diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-06-13 14:52:42 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-06-19 12:06:22 -0400 |
commit | dd4f52232c60bcb41205a67d2df2ac0ecdfe3683 (patch) | |
tree | 2b725dd77e7ba45228251aa1f89d52b95413a913 /tools/perf/util/evsel.h | |
parent | a9c34a9f9c677fcbe06bd3eda8d6caa3487b4a65 (diff) |
perf evsel: Make some methods private
Now that __event_name is gone, no need to export __perf_evsel__[hs]w_name().
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-rpjnarbt83nu9uowrfatmy12@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evsel.h')
-rw-r--r-- | tools/perf/util/evsel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index c936feb4e0a6..67cc5033d192 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h | |||
@@ -95,11 +95,6 @@ const char *perf_evsel__hw_cache_result[PERF_COUNT_HW_CACHE_RESULT_MAX] | |||
95 | [PERF_EVSEL__MAX_ALIASES]; | 95 | [PERF_EVSEL__MAX_ALIASES]; |
96 | int __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result, | 96 | int __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result, |
97 | char *bf, size_t size); | 97 | char *bf, size_t size); |
98 | int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size); | ||
99 | |||
100 | const char *__perf_evsel__hw_name(u64 config); | ||
101 | const char *__perf_evsel__sw_name(u64 config); | ||
102 | |||
103 | const char *perf_evsel__name(struct perf_evsel *evsel); | 98 | const char *perf_evsel__name(struct perf_evsel *evsel); |
104 | 99 | ||
105 | int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads); | 100 | int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads); |