diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 3de397764cb3..ed9b5b6905fa 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -1021,7 +1021,7 @@ static void event__process_sample(const event_t *self, | |||
1021 | return; | 1021 | return; |
1022 | } | 1022 | } |
1023 | 1023 | ||
1024 | if (self->header.misc & PERF_RECORD_MISC_EXACT) | 1024 | if (self->header.misc & PERF_RECORD_MISC_EXACT_IP) |
1025 | exact_samples++; | 1025 | exact_samples++; |
1026 | 1026 | ||
1027 | if (event__preprocess_sample(self, session, &al, symbol_filter) < 0 || | 1027 | if (event__preprocess_sample(self, session, &al, symbol_filter) < 0 || |