diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-08-11 09:39:10 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-08-11 09:39:10 +0200 |
commit | b3e84ffa21f916e3354a12a7f19169c9febe96d0 (patch) | |
tree | 1248316ef0cf5bee08309d492cf925fd87662ea8 /tools/perf/builtin-annotate.c | |
parent | 1c250d709fdc8aa5bf42d90be99428a01a256a55 (diff) | |
parent | 4694153c252a6ae19704b5bb66466050256395a4 (diff) |
Merge branch 'perf/core' into perf/urgent
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 fd20670ce986..1478dc64bf15 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c @@ -285,7 +285,7 @@ static int hist_entry__tty_annotate(struct hist_entry *he) LIST_HEAD(head); struct objdump_line *pos, *n; - if (hist_entry__annotate(he, &head) < 0) + if (hist_entry__annotate(he, &head, 0) < 0) return -1; if (full_paths) |