perf evsel: Rename perf_evsel__exit() to evsel__exit()
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:
@@ -183,7 +183,7 @@ struct evsel *perf_evsel__new_cycles(bool precise);
|
||||
struct tep_event *event_format__new(const char *sys, const char *name);
|
||||
|
||||
void evsel__init(struct evsel *evsel, struct perf_event_attr *attr, int idx);
|
||||
void perf_evsel__exit(struct evsel *evsel);
|
||||
void evsel__exit(struct evsel *evsel);
|
||||
void evsel__delete(struct evsel *evsel);
|
||||
|
||||
struct callchain_param;
|
||||
|
Reference in New Issue
Block a user