diff options
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 95fcb0517a9d..dddf3f01b5ab 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -109,7 +109,7 @@ static int process_sample_event(event_t *event, struct perf_session *session) | |||
109 | data.time, thread->comm); | 109 | data.time, thread->comm); |
110 | } | 110 | } |
111 | 111 | ||
112 | session->hists.stats.total += data.period; | 112 | session->hists.stats.total_period += data.period; |
113 | return 0; | 113 | return 0; |
114 | } | 114 | } |
115 | 115 | ||