aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel_fprintf.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2020-05-06 13:00:39 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2020-05-28 10:03:24 -0300
commit2dbfc94517379b4a55dcca70ed4ace902b0987a6 (patch)
treea4c5214454d0c05c46acb5203fa49be113a81436 /tools/perf/util/evsel_fprintf.h
parentperf evsel: Rename perf_evsel__resort*() to evsel__resort*() (diff)
downloadlinux-dev-2dbfc94517379b4a55dcca70ed4ace902b0987a6.tar.xz
linux-dev-2dbfc94517379b4a55dcca70ed4ace902b0987a6.zip
perf evsel: Rename perf_evsel__fprintf() to evsel__fprintf()
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>
Diffstat (limited to 'tools/perf/util/evsel_fprintf.h')
-rw-r--r--tools/perf/util/evsel_fprintf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/evsel_fprintf.h b/tools/perf/util/evsel_fprintf.h
index 47e6c8456bb1..3093d096c29f 100644
--- a/tools/perf/util/evsel_fprintf.h
+++ b/tools/perf/util/evsel_fprintf.h
@@ -15,8 +15,7 @@ struct perf_attr_details {
bool trace_fields;
};
-int perf_evsel__fprintf(struct evsel *evsel,
- struct perf_attr_details *details, FILE *fp);
+int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp);
#define EVSEL__PRINT_IP (1<<0)
#define EVSEL__PRINT_SYM (1<<1)