diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-11-27 16:29:19 -0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-27 20:22:00 +0100 |
commit | 23ea4a3fadc6b1692dec935397ea15e2affc1cba (patch) | |
tree | 1f85dbff2c21846e19ab5454e04bb6bc49165282 /tools/perf/util/thread.h | |
parent | 4e06255f5cf2acf6a5abfe7df8c9690463259dea (diff) | |
download | kernel-crypto-23ea4a3fadc6b1692dec935397ea15e2affc1cba.tar.gz kernel-crypto-23ea4a3fadc6b1692dec935397ea15e2affc1cba.tar.xz kernel-crypto-23ea4a3fadc6b1692dec935397ea15e2affc1cba.zip |
perf symbols: Kernel_maps should be an array of MAP__NR_TYPES entries
So that we can support multiple symbol table types.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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>
LKML-Reference: <1259346563-12568-8-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 74cba6487ed..54580bb8000 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h @@ -28,7 +28,6 @@ struct map *maps__find(struct rb_root *maps, u64 ip); struct symbol *kernel_maps__find_function(const u64 ip, struct map **mapp, symbol_filter_t filter); -struct map *kernel_maps__find_by_dso_name(const char *name); static inline struct map *thread__find_map(struct thread *self, u64 ip) { |