mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The newer perf_event_open syscall needs a struct perf_event_attr with the size field set correctly. Older versions did not even provide this field. However, this field is now set to the correct size value. Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>