aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c2
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 }