]> Git Repo - qemu.git/blobdiff - scripts/cleanup-trace-events.pl
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into staging
[qemu.git] / scripts / cleanup-trace-events.pl
index cffbf165dcf718f1089d978edc372dafe5619da1..7e808efb6ac152089732d3f5387a60bd67d9ba65 100755 (executable)
@@ -25,7 +25,7 @@ sub out {
 
 while (<>) {
     if (/^(disable )?([a-z_0-9]+)\(/) {
-        open GREP, '-|', 'git', 'grep', '-l', "trace_$2"
+        open GREP, '-|', 'git', 'grep', '-lw', "trace_$2"
             or die "run git grep: $!";
         my $fname;
         while ($fname = <GREP>) {
This page took 0.021211 seconds and 4 git commands to generate.