tools/perf: Remove shebang lines from perf scripts
authorBen Hutchings <ben@decadent.org.uk>
Fri, 25 Sep 2015 19:09:23 +0000 (20:09 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 19 Apr 2018 10:13:03 +0000 (11:13 +0100)
perf scripts need to be invoked through perf, not directly through
perl (or other language interpreter).  So including shebang lines in
them is useless and possibly misleading.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-perf-remove-shebangs.patch

tools/perf/scripts/perl/rw-by-file.pl
tools/perf/scripts/perl/rw-by-pid.pl
tools/perf/scripts/perl/rwtop.pl
tools/perf/scripts/perl/wakeup-latency.pl

index 74844ee2be3ef691ce9fd1c7129a158b5080a975..161256a16835f6fc392ceae3045def0704c58bee 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # (c) 2009, Tom Zanussi <tzanussi@gmail.com>
 # Licensed under the terms of the GNU GPL License version 2
 
index 9db23c9daf5552d9159a093bf14381750cb71ac7..751b26f1773f8adf9f8b00c5826ee367d03df9c0 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # (c) 2009, Tom Zanussi <tzanussi@gmail.com>
 # Licensed under the terms of the GNU GPL License version 2
 
index 8b20787021c1d211fc709b21ac6b77deaf3a288b..c1aba43b5c9a9300d53a8ade5a9f7b39b0493fcc 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # (c) 2010, Tom Zanussi <tzanussi@gmail.com>
 # Licensed under the terms of the GNU GPL License version 2
 
index d9143dcec6c601c3b544fbc3a87fe7c1f29d4e70..130ff77c96f7a9955fa0cd3538c4d34a6ad7b46c 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 # (c) 2009, Tom Zanussi <tzanussi@gmail.com>
 # Licensed under the terms of the GNU GPL License version 2