libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
authorJiri Olsa <jolsa@kernel.org>
Sun, 25 Aug 2019 18:17:52 +0000 (20:17 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Aug 2019 22:39:10 +0000 (19:39 -0300)
commitb1fcd190bb3fc1234dca60390d171a4cc75b21b2
treec8e788af27b9b5b1f4dd366a7ac2435343ed472b
parentb1b510142283c02991f48b27d399852364f7d89b
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h

Move the PERF_RECORD_SAMPLE event definition to libperf's event.h header
include.

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/20190825181752.722-13-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/evlist.c
tools/perf/util/evsel.c