perf annotate: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 4 May 2020 16:57:31 +0000 (13:57 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 May 2020 19:35:31 +0000 (16:35 -0300)
commit74aa90e86502f49aee5b2ba3d7bc03ea119a6659
tree87144540447ebadac41b8ce41e39acdaee898e44
parent794bca26e537413e3d67e935d7ac4f42d39aeda1
perf annotate: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()

As those is a 'struct evsel' methods, not part of tools/lib/perf/, aka
libperf, to whom the perf_ prefix belongs.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-annotate.c