diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 39a158923acf87812fce013a0a870c6938c48882..65f6abe75d714a158d3252e1e12632dcfc20c7ba 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -1849,7 +1849,7 @@ static int trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, goto out_put; } - if (!trace->summary_only) + if (!(trace->duration_filter || trace->summary_only)) trace__printf_interrupted_entry(trace, sample); ttrace->entry_time = sample->time;