From 78a68c905066beeefd24b3a4518d817a811e8798 Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Thu, 10 May 2018 11:19:18 +0100 Subject: trace.pl: Remove context squashing option Timeline id allocation order is not tied with engine ids any more. Remove the option which assumed that was the case in attempt to provide more readable timeline. Signed-off-by: Tvrtko Ursulin Reviewed-by: John Harrison --- scripts/media-bench.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/media-bench.pl') diff --git a/scripts/media-bench.pl b/scripts/media-bench.pl index 78f45199..c5628c7f 100755 --- a/scripts/media-bench.pl +++ b/scripts/media-bench.pl @@ -207,7 +207,7 @@ sub trace_workload show_cmd($cmd); system($cmd); - $cmd = "perf script | $tracepl --html -x ctxsave -s --squash-ctx-id "; + $cmd = "perf script | $tracepl --html -x ctxsave -s "; $cmd .= join ' ', map("-i $_", @skip_engine); $cmd .= " > ${file}.html"; show_cmd($cmd); -- cgit v1.2.3