aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/evsel_fprintf.h
diff options
context:
space:
mode:
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)