diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-03-26 12:11:06 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-04-02 16:27:39 -0300 |
commit | c6e718ff8cdcf5e7855077687720b37c4a07650a (patch) | |
tree | d5cf4c9b8569fe4138daf7727af5aee7e1fd1cf0 /tools/perf/util/hist.c | |
parent | 11164cd4f6dab326a88bdf27f2f8f7c11977e91a (diff) | |
download | op-kernel-dev-c6e718ff8cdcf5e7855077687720b37c4a07650a.zip op-kernel-dev-c6e718ff8cdcf5e7855077687720b37c4a07650a.tar.gz |
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 09e09e7..de31901 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c @@ -658,7 +658,7 @@ print_entries: if (h->ms.map == NULL && verbose > 1) { __map_groups__fprintf_maps(&h->thread->mg, - MAP__FUNCTION, fp); + MAP__FUNCTION, verbose, fp); fprintf(fp, "%.10s end\n", graph_dotted_line); } } |