perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 May 2020 16:32:23 +0000 (13:32 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 28 May 2020 13:03:24 +0000 (10:03 -0300)
commitc64e85e14b51a0afb9d12ca2bb2fe049ec6931bf
treec15402587a7ad3d15cf84a19ff5ab01ea36f07eb
parent8f6725a2c95c8b8719a95e72d68698b68401980f
perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*

As those are '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/tests/evsel-roundtrip-name.c
tools/perf/util/evsel.c
tools/perf/util/evsel.h
tools/perf/util/parse-events.c