perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()
As it is a 'struct evsel' method, 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:
@@ -143,7 +143,7 @@ static inline struct perf_cpu_map *evsel__cpus(struct evsel *evsel)
|
||||
return perf_evsel__cpus(&evsel->core);
|
||||
}
|
||||
|
||||
static inline int perf_evsel__nr_cpus(struct evsel *evsel)
|
||||
static inline int evsel__nr_cpus(struct evsel *evsel)
|
||||
{
|
||||
return evsel__cpus(evsel)->nr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user