diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-03-26 11:11:06 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-04-02 15:27:39 -0400 |
commit | c6e718ff8cdcf5e7855077687720b37c4a07650a (patch) | |
tree | d5cf4c9b8569fe4138daf7727af5aee7e1fd1cf0 /tools/perf/util/hist.c | |
parent | 11164cd4f6dab326a88bdf27f2f8f7c11977e91a (diff) |
perf symbols: Move more map_groups methods to map.c
While writing a standalone test app that uses the symbol system to
find kernel space symbols I noticed these also need to be moved.
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/hist.c')
-rw-r--r-- | tools/perf/util/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index 09e09e78cb62..de3190102cc8 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c | |||
@@ -658,7 +658,7 @@ print_entries: | |||
658 | 658 | ||
659 | if (h->ms.map == NULL && verbose > 1) { | 659 | if (h->ms.map == NULL && verbose > 1) { |
660 | __map_groups__fprintf_maps(&h->thread->mg, | 660 | __map_groups__fprintf_maps(&h->thread->mg, |
661 | MAP__FUNCTION, fp); | 661 | MAP__FUNCTION, verbose, fp); |
662 | fprintf(fp, "%.10s end\n", graph_dotted_line); | 662 | fprintf(fp, "%.10s end\n", graph_dotted_line); |
663 | } | 663 | } |
664 | } | 664 | } |