diff options
Diffstat (limited to 'tools/perf/builtin-timechart.c')
-rw-r--r-- | tools/perf/builtin-timechart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index c246f0290623..680632d7e26a 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c | |||
@@ -511,7 +511,7 @@ typedef int (*tracepoint_handler)(struct perf_evsel *evsel, | |||
511 | const char *backtrace); | 511 | const char *backtrace); |
512 | 512 | ||
513 | static int process_sample_event(struct perf_tool *tool __maybe_unused, | 513 | static int process_sample_event(struct perf_tool *tool __maybe_unused, |
514 | union perf_event *event __maybe_unused, | 514 | union perf_event *event, |
515 | struct perf_sample *sample, | 515 | struct perf_sample *sample, |
516 | struct perf_evsel *evsel, | 516 | struct perf_evsel *evsel, |
517 | struct machine *machine __maybe_unused) | 517 | struct machine *machine __maybe_unused) |