Commit-ID: 618afb294e288db086fce59de4419644215265e5
Gitweb:
http://git.kernel.org/tip/618afb294e288db086fce59de4419644215265e5
Author: Arnaldo Carvalho de Melo <
ac...@redhat.com>
AuthorDate: Wed, 18 Dec 2013 17:08:07 -0300
Committer: Arnaldo Carvalho de Melo <
ac...@redhat.com>
CommitDate: Thu, 19 Dec 2013 11:34:23 -0300
perf top: Use hist_entry__inc_addr_sample
Since it has a hist_entry, no need to skip the hist layer and use the
underlying symbol one.
Acked-by: Namhyung Kim <
namh...@kernel.org>
Cc: Adrian Hunter <
adrian...@intel.com>
Cc: David Ahern <
dsa...@gmail.com>
Cc: Frederic Weisbecker <
fwei...@gmail.com>
Cc: Jiri Olsa <
jo...@redhat.com>
Cc: Mike Galbraith <
efa...@gmx.de>
Cc: Namhyung Kim <
namh...@kernel.org>
Cc: Paul Mackerras <
pau...@samba.org>
Cc: Peter Zijlstra <
pet...@infradead.org>
Cc: Stephane Eranian <
era...@google.com>
Link:
http://lkml.kernel.org/n/tip-txsgu9umb0...@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <
ac...@redhat.com>
---
tools/perf/builtin-top.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index 73df9c0..2c6cb66 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -190,7 +190,7 @@ static void perf_top__record_precise_ip(struct perf_top *top,
return;
ip = he->ms.map->map_ip(he->ms.map, ip);
- err = symbol__inc_addr_samples(sym, he->ms.map, counter, ip);
+ err = hist_entry__inc_addr_samples(he, counter, ip);
pthread_mutex_unlock(¬es->lock);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majo...@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/