libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Move the 'id' array from 'struct evsel' to libperf's 'struct perf_evsel'. Committer note: Fix the tools/perf/util/cs-etm.c build, i.e. aarch64's CoreSight. 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 <a.p.zijlstra@chello.nl> Link: http://lore.kernel.org/lkml/20190913132355.21634-25-jolsa@kernel.org Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/lib/include/internal/evsel.h 1 addition, 0 deletionstools/perf/lib/include/internal/evsel.h
- tools/perf/util/cs-etm.c 1 addition, 1 deletiontools/perf/util/cs-etm.c
- tools/perf/util/evlist.c 1 addition, 1 deletiontools/perf/util/evlist.c
- tools/perf/util/evsel.c 3 additions, 3 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 0 additions, 1 deletiontools/perf/util/evsel.h
- tools/perf/util/header.c 5 additions, 5 deletionstools/perf/util/header.c
- tools/perf/util/intel-bts.c 1 addition, 1 deletiontools/perf/util/intel-bts.c
- tools/perf/util/intel-pt.c 4 additions, 4 deletionstools/perf/util/intel-pt.c
- tools/perf/util/synthetic-events.c 6 additions, 6 deletionstools/perf/util/synthetic-events.c
Please register or sign in to comment