Victor Rodriguez

Results 3 issues of Victor Rodriguez

This patch fix phpbench for PHP version 7 changing the eregi() function for preg_match() function since eregi is fully deprecated in PHP 7 Signed-off-by: Victor Rodriguez

Instead of the creation of the mknod file node ( which is really anoying :( ) There should be an example ussing udev http://sysplay.in/blog/linux-device-drivers/2013/06/character-device-files-creation-operations/ Regards Victor Rodriguez

**Description:** I successfully used the capture of performance counters by setting the environment variable `LINUX_PERF=1` and then executing the required workload. However, I am wondering if it is possible to...