mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
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>
This commit is contained in:
@@ -60,7 +60,7 @@ int test__syscall_openat_tp_fields(struct test *test __maybe_unused, int subtest
|
||||
goto out_delete_evlist;
|
||||
}
|
||||
|
||||
perf_evsel__config(evsel, &opts, NULL);
|
||||
evsel__config(evsel, &opts, NULL);
|
||||
|
||||
perf_thread_map__set_pid(evlist->core.threads, 0, getpid());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user