summaryrefslogtreecommitdiff
path: root/scripts/media-bench.pl
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-05-10 11:19:18 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-06-05 17:00:03 +0100
commit78a68c905066beeefd24b3a4518d817a811e8798 (patch)
tree48f0a8c12cabaa74416af4786b613537ce373221 /scripts/media-bench.pl
parent87d2affc380da96ba66c258c5337c363fe8651ef (diff)
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 <tvrtko.ursulin@intel.com> Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Diffstat (limited to 'scripts/media-bench.pl')
-rwxr-xr-xscripts/media-bench.pl2
1 files changed, 1 insertions, 1 deletions
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);