diff options
-rw-r--r-- | tools/perf/builtin-trace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 0b3b4e4984b9..6af6bcec930e 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -1724,7 +1724,8 @@ static int trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, | |||
1724 | return -1; | 1724 | return -1; |
1725 | } | 1725 | } |
1726 | 1726 | ||
1727 | printed += trace__printf_interrupted_entry(trace, sample); | 1727 | if (!trace->summary_only) |
1728 | printed += trace__printf_interrupted_entry(trace, sample); | ||
1728 | 1729 | ||
1729 | ttrace->entry_time = sample->time; | 1730 | ttrace->entry_time = sample->time; |
1730 | msg = ttrace->entry_str; | 1731 | msg = ttrace->entry_str; |