perf evsel: Rename perf_evsel__config*() to evsel__config*()
As they are all '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/builtin-trace.c 4 additions, 4 deletionstools/perf/builtin-trace.c
- tools/perf/tests/openat-syscall-tp-fields.c 1 addition, 1 deletiontools/perf/tests/openat-syscall-tp-fields.c
- tools/perf/util/evsel.c 10 additions, 12 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 4 additions, 6 deletionstools/perf/util/evsel.h
- tools/perf/util/evsel_config.h 1 addition, 1 deletiontools/perf/util/evsel_config.h
- tools/perf/util/record.c 4 additions, 5 deletionstools/perf/util/record.c
Loading
Please register or sign in to comment