libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
authorJiri Olsa <jolsa@kernel.org>
Wed, 28 Aug 2019 13:57:01 +0000 (15:57 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Aug 2019 21:15:05 +0000 (18:15 -0300)
commitfecb410030628d70401e06a98a585d735f61d7e2
tree6b7d8706a1a93050f014054bfbfd995f311c632e
parentffd337b45b1aedc86b1de3cf8de9a79c10fd3810
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h

Move the PERF_RECORD_ID_INDEX 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.

Add the PRI_ld64 define, so we can use it in printf output.

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-8-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/lib/include/perf/event.h
tools/perf/util/event.h
tools/perf/util/session.c