diff options
author | Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> | 2016-06-24 07:53:55 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-06-27 09:58:50 -0400 |
commit | f2f4fe4410ac6de96f8561aefeadbb680e5ddc99 (patch) | |
tree | 19b9947412ef30c3d9fc40f4ab05128a45f82107 /tools/perf/util/annotate.h | |
parent | d4cf1949f9689314aef962eea95df84a8288d097 (diff) |
perf annotate: Remove unused hist_entry__annotate function
hist_entry__annotate looks part of API but I don't find any caller
of this function. Removing it.
Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anton Blanchard <anton@ozlabs.org>
Cc: Daniel Axtens <dja@axtens.net>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Link: http://lkml.kernel.org/r/1466769240-12376-2-git-send-email-ravi.bangoria@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index 9241f8c2b7e1..82f3781138f9 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h | |||
@@ -156,8 +156,6 @@ void symbol__annotate_zero_histograms(struct symbol *sym); | |||
156 | 156 | ||
157 | int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize); | 157 | int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize); |
158 | 158 | ||
159 | int hist_entry__annotate(struct hist_entry *he, size_t privsize); | ||
160 | |||
161 | int symbol__annotate_init(struct map *map, struct symbol *sym); | 159 | int symbol__annotate_init(struct map *map, struct symbol *sym); |
162 | int symbol__annotate_printf(struct symbol *sym, struct map *map, | 160 | int symbol__annotate_printf(struct symbol *sym, struct map *map, |
163 | struct perf_evsel *evsel, bool full_paths, | 161 | struct perf_evsel *evsel, bool full_paths, |