perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}()
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>
Showing
- tools/perf/tests/evsel-roundtrip-name.c 1 addition, 1 deletiontools/perf/tests/evsel-roundtrip-name.c
- tools/perf/tests/parse-events.c 26 additions, 26 deletionstools/perf/tests/parse-events.c
- tools/perf/ui/browsers/hists.c 2 additions, 2 deletionstools/perf/ui/browsers/hists.c
- tools/perf/util/evsel.h 2 additions, 2 deletionstools/perf/util/evsel.h
- tools/perf/util/sort.c 1 addition, 1 deletiontools/perf/util/sort.c
Loading
Please register or sign in to comment