perf_event_open() branch sample support
commit1bd6c04e18e2ff8247816451b1ec7fa28b46ede4
authorVince Weaver <vincent.weaver@maine.edu>
Fri, 23 Aug 2013 17:56:51 +0000 (23 13:56 -0400)
committerDave Jones <davej@redhat.com>
Fri, 23 Aug 2013 18:26:55 +0000 (23 14:26 -0400)
tree7d220135c90776c71119501b137f4fa54ee6ede8
parent060b9d3937312e32f1c7f595db420e8059c7b73e
perf_event_open() branch sample support

The following patch exercises some of the recent additions to the
perf_event_open() syscall.

The PERF_SAMPLE_WEIGHT and PERF_SAMPLE_DATA_SRC sample types were
added in Linux 3.10.

It also adds more complete support for PERF_SAMPLE_REGS_USER which was
added in Linux 3.7

Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
syscalls/perf_event_open.c