perf evsel: Rename perf_evsel__is_*() to evsel__is*()
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>
This commit is contained in:
@@ -44,7 +44,7 @@ int perf_evsel__fprintf(struct evsel *evsel,
|
||||
if (details->event_group) {
|
||||
struct evsel *pos;
|
||||
|
||||
if (!perf_evsel__is_group_leader(evsel))
|
||||
if (!evsel__is_group_leader(evsel))
|
||||
return 0;
|
||||
|
||||
if (evsel->core.nr_members > 1)
|
||||
|
Reference in New Issue
Block a user