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.c | |
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.c')
-rw-r--r-- | tools/perf/util/annotate.c | 5 |
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, | |||
1676 | return 0; | 1676 | return 0; |
1677 | } | 1677 | } |
1678 | 1678 | ||
1679 | int hist_entry__annotate(struct hist_entry *he, size_t privsize) | ||
1680 | { | ||
1681 | return symbol__annotate(he->ms.sym, he->ms.map, privsize); | ||
1682 | } | ||
1683 | |||
1684 | bool ui__has_annotation(void) | 1679 | bool ui__has_annotation(void) |
1685 | { | 1680 | { |
1686 | return use_browser == 1 && perf_hpp_list.sym; | 1681 | return use_browser == 1 && perf_hpp_list.sym; |