libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h
authorJiri Olsa <jolsa@kernel.org>
Wed, 28 Aug 2019 13:57:02 +0000 (15:57 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Aug 2019 11:34:52 +0000 (08:34 -0300)
commit9a8dad0419552934573ddf94d11146faeda465b5
tree4de0852d87c5495164f8a41ccc6a10273e134143
parentfecb410030628d70401e06a98a585d735f61d7e2
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h

Move the PERF_RECORD_AUXTRACE_INFO event definition to libperf's
event.h.

In order to keep libperf simple, we switch 'u64/u32/u16/u8' types used
events to their generic '__u*' versions.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20190828135717.7245-9-jolsa@kernel.org
[ Fix cs_etm__print_auxtrace_info() arg to be __u64 too to fix the CORESIGHT=1 build ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/intel-pt.c
tools/perf/lib/include/perf/event.h
tools/perf/util/arm-spe.c
tools/perf/util/cs-etm.c
tools/perf/util/event.h
tools/perf/util/intel-bts.c
tools/perf/util/intel-pt.c