aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/evsel.h')
-rw-r--r--tools/perf/util/evsel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h
index 9ae64d9622bc..c936feb4e0a6 100644
--- a/tools/perf/util/evsel.h
+++ b/tools/perf/util/evsel.h
@@ -100,7 +100,7 @@ int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size);
100const char *__perf_evsel__hw_name(u64 config); 100const char *__perf_evsel__hw_name(u64 config);
101const char *__perf_evsel__sw_name(u64 config); 101const char *__perf_evsel__sw_name(u64 config);
102 102
103int perf_evsel__name(struct perf_evsel *evsel, char *bf, size_t size); 103const char *perf_evsel__name(struct perf_evsel *evsel);
104 104
105int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads); 105int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads);
106int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads); 106int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads);