aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
diff options
context:
space:
mode:
authorRavi Bangoria <[email protected]>2016-06-24 11:53:55 +0000
committerArnaldo Carvalho de Melo <[email protected]>2016-06-27 13:58:50 +0000
commitf2f4fe4410ac6de96f8561aefeadbb680e5ddc99 (patch)
tree19b9947412ef30c3d9fc40f4ab05128a45f82107 /tools/perf/util/annotate.c
parentperf/x86/intel: Add {rd,wr}lbr_{to,from} wrappers (diff)
downloadkernel-f2f4fe4410ac6de96f8561aefeadbb680e5ddc99.tar.gz
kernel-f2f4fe4410ac6de96f8561aefeadbb680e5ddc99.zip
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 <[email protected]> Cc: Ananth N Mavinakayanahalli <[email protected]> Cc: Anton Blanchard <[email protected]> Cc: Daniel Axtens <[email protected]> Cc: Michael Ellerman <[email protected]> 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 <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.c')
-rw-r--r--tools/perf/util/annotate.c5
1 files changed, 0 insertions, 5 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,
return 0;
}
-int hist_entry__annotate(struct hist_entry *he, size_t privsize)
-{
- return symbol__annotate(he->ms.sym, he->ms.map, privsize);
-}
-
bool ui__has_annotation(void)
{
return use_browser == 1 && perf_hpp_list.sym;