diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-11-27 13:29:13 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-27 14:21:57 -0500 |
commit | 61f37a824d6782503ff66bf653f2e07902b641a1 (patch) | |
tree | cebf0c583dab767cda63c6f55b1193fe278d99ea /tools/perf/builtin-annotate.c | |
parent | 3f5ee186f615a720fe78eb33662ae4da57a1eee3 (diff) |
perf symbols: Rename kernel_mapto kernel_map[s]__functions
As we'll have kernel_map[s]__variables too.
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-2-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 18ac5eaefc36..377cb7c9bdda 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -184,7 +184,7 @@ got_map: | |||
184 | * trick of looking in the whole kernel symbol list. | 184 | * trick of looking in the whole kernel symbol list. |
185 | */ | 185 | */ |
186 | if ((long long)ip < 0) { | 186 | if ((long long)ip < 0) { |
187 | map = kernel_map; | 187 | map = kernel_map__functions; |
188 | goto got_map; | 188 | goto got_map; |
189 | } | 189 | } |
190 | } | 190 | } |