perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 30 Nov 2020 17:17:57 +0000 (14:17 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 30 Nov 2020 17:17:57 +0000 (14:17 -0300)
commit3ccf8a7b66b6bff69a7be62f2d5a2a61328ebe91
tree89b17c26c542756333b635dc107ce88df3398073
parentfd643db5a8797dde0fe8d6f2fd01f36971d43fe0
perf evlist: Use the right prefix for 'struct evlist' sample id lookup  methods

perf_evlist__ is for 'struct perf_evlist' methods, in tools/lib/perf/,
go on completing this split.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
18 files changed:
tools/perf/builtin-script.c
tools/perf/builtin-top.c
tools/perf/builtin-trace.c
tools/perf/tests/mmap-basic.c
tools/perf/tests/switch-tracking.c
tools/perf/util/auxtrace.c
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/evsel.c
tools/perf/util/header.c
tools/perf/util/intel-pt.c
tools/perf/util/python.c
tools/perf/util/s390-cpumsf.c
tools/perf/util/s390-sample-raw.c
tools/perf/util/session.c
tools/perf/util/sideband_evlist.c
tools/perf/util/stat.c
tools/perf/util/synthetic-events.c