aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/annotate.c5
-rw-r--r--tools/perf/util/annotate.h2
2 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c
index 7e5a1e8874ce..b2c7ae465465 100644
--- a/tools/perf/util/annotate.c
+++ b/tools/perf/util/annotate.c
@@ -1676,11 +1676,6 @@ int symbol__tty_annotate(struct symbol *sym, struct map *map,
1676 return 0; 1676 return 0;
1677} 1677}
1678 1678
1679int hist_entry__annotate(struct hist_entry *he, size_t privsize)
1680{
1681 return symbol__annotate(he->ms.sym, he->ms.map, privsize);
1682}
1683
1684bool ui__has_annotation(void) 1679bool ui__has_annotation(void)
1685{ 1680{
1686 return use_browser == 1 && perf_hpp_list.sym; 1681 return use_browser == 1 && perf_hpp_list.sym;
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
157int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize); 157int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
158 158
159int hist_entry__annotate(struct hist_entry *he, size_t privsize);
160
161int symbol__annotate_init(struct map *map, struct symbol *sym); 159int symbol__annotate_init(struct map *map, struct symbol *sym);
162int symbol__annotate_printf(struct symbol *sym, struct map *map, 160int 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,