perf evsel: Rename perf_evsel__resort*() to evsel__resort*()
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:
@@ -173,9 +173,9 @@ void hist_entry__delete(struct hist_entry *he);
|
||||
|
||||
typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
|
||||
|
||||
void perf_evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
|
||||
hists__resort_cb_t cb, void *cb_arg);
|
||||
void perf_evsel__output_resort(struct evsel *evsel, struct ui_progress *prog);
|
||||
void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
|
||||
hists__resort_cb_t cb, void *cb_arg);
|
||||
void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog);
|
||||
void hists__output_resort(struct hists *hists, struct ui_progress *prog);
|
||||
void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog,
|
||||
hists__resort_cb_t cb);
|
||||
|
Reference in New Issue
Block a user