From 3ecd6c7f47e3b76e3010f254af76d5f6c981b557 Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Thu, 11 May 2017 12:59:54 +0100 Subject: igt/trace.pl: Collect perf data in quiet mode We are not interested in knowing the amount of perf data captures so less noise is better. Signed-off-by: Tvrtko Ursulin --- scripts/trace.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/trace.pl') diff --git a/scripts/trace.pl b/scripts/trace.pl index 1f524aaa..86a175db 100755 --- a/scripts/trace.pl +++ b/scripts/trace.pl @@ -169,7 +169,7 @@ sub arg_trace shift @_; unshift @_, join(',', @events); - unshift @_, ('perf', 'record', '-a', '-c', '1', '-e'); + unshift @_, ('perf', 'record', '-a', '-c', '1', '-q', '-e'); exec @_; } -- cgit v1.2.3