aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r--tools/perf/builtin-script.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 3de8979fe87d..ecb697998d3b 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -524,7 +524,6 @@ static struct perf_tool perf_script = {
524 .exit = perf_event__process_exit, 524 .exit = perf_event__process_exit,
525 .fork = perf_event__process_fork, 525 .fork = perf_event__process_fork,
526 .attr = perf_event__process_attr, 526 .attr = perf_event__process_attr,
527 .event_type = perf_event__process_event_type,
528 .tracing_data = perf_event__process_tracing_data, 527 .tracing_data = perf_event__process_tracing_data,
529 .build_id = perf_event__process_build_id, 528 .build_id = perf_event__process_build_id,
530 .ordered_samples = true, 529 .ordered_samples = true,