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 cd89b6d036b7..ddc584b64871 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -948,7 +948,7 @@ static void event__process_sample(const event_t *self, | |||
948 | } | 948 | } |
949 | 949 | ||
950 | if (event__preprocess_sample(self, session, &al, symbol_filter) < 0 || | 950 | if (event__preprocess_sample(self, session, &al, symbol_filter) < 0 || |
951 | al.sym == NULL) | 951 | al.sym == NULL || al.filtered) |
952 | return; | 952 | return; |
953 | 953 | ||
954 | syme = symbol__priv(al.sym); | 954 | syme = symbol__priv(al.sym); |