summaryrefslogtreecommitdiff
path: root/scripts/trace.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trace.pl')
-rwxr-xr-xscripts/trace.pl2
1 files changed, 1 insertions, 1 deletions
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 @_;
}