diff options
Diffstat (limited to 'tools/perf/util/newt.c')
-rw-r--r-- | tools/perf/util/newt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/newt.c b/tools/perf/util/newt.c index 2836394459d9..2d19e7a3e6e8 100644 --- a/tools/perf/util/newt.c +++ b/tools/perf/util/newt.c | |||
@@ -63,7 +63,7 @@ static void hist_entry__annotate_browser(struct hist_entry *self) | |||
63 | if (self->sym == NULL) | 63 | if (self->sym == NULL) |
64 | return; | 64 | return; |
65 | 65 | ||
66 | if (asprintf(&str, "perf annotate %s | expand", self->sym->name) < 0) | 66 | if (asprintf(&str, "perf annotate %s 2>&1 | expand", self->sym->name) < 0) |
67 | return; | 67 | return; |
68 | 68 | ||
69 | fp = popen(str, "r"); | 69 | fp = popen(str, "r"); |