[tip:perf/core] perf script stackcollapse: Remove reference to the perl interpreter

2016-06-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID:  dd4629d46c3121b82e6a552c94cda6dcccfc38c6
Gitweb: http://git.kernel.org/tip/dd4629d46c3121b82e6a552c94cda6dcccfc38c6
Author: Arnaldo Carvalho de Melo 
AuthorDate: Tue, 21 Jun 2016 17:33:20 -0300
Committer:  Arnaldo Carvalho de Melo 
CommitDate: Wed, 22 Jun 2016 09:56:34 -0300

perf script stackcollapse: Remove reference to the perl interpreter

It is ignored and this is actually a python script, not a perl one.

Reported-by: Brendan Gregg 
Cc: Jiri Olsa 
Cc: Milian Wolff 
Cc: Namhyung Kim 
Cc: Paolo Bonzini 
Link: http://lkml.kernel.org/n/tip-0w4bpbqd79v3sl34jvpr1...@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo 
---
 tools/perf/scripts/python/stackcollapse.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/perf/scripts/python/stackcollapse.py 
b/tools/perf/scripts/python/stackcollapse.py
index a2dfcda..5a605f7 100755
--- a/tools/perf/scripts/python/stackcollapse.py
+++ b/tools/perf/scripts/python/stackcollapse.py
@@ -1,5 +1,3 @@
-#!/usr/bin/perl -w
-#
 # stackcollapse.py - format perf samples with one line per distinct call stack
 #
 # This script's output has two space-separated fields.  The first is a 
semicolon


[tip:perf/core] perf script stackcollapse: Remove reference to the perl interpreter

2016-06-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID:  dd4629d46c3121b82e6a552c94cda6dcccfc38c6
Gitweb: http://git.kernel.org/tip/dd4629d46c3121b82e6a552c94cda6dcccfc38c6
Author: Arnaldo Carvalho de Melo 
AuthorDate: Tue, 21 Jun 2016 17:33:20 -0300
Committer:  Arnaldo Carvalho de Melo 
CommitDate: Wed, 22 Jun 2016 09:56:34 -0300

perf script stackcollapse: Remove reference to the perl interpreter

It is ignored and this is actually a python script, not a perl one.

Reported-by: Brendan Gregg 
Cc: Jiri Olsa 
Cc: Milian Wolff 
Cc: Namhyung Kim 
Cc: Paolo Bonzini 
Link: http://lkml.kernel.org/n/tip-0w4bpbqd79v3sl34jvpr1...@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo 
---
 tools/perf/scripts/python/stackcollapse.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/perf/scripts/python/stackcollapse.py 
b/tools/perf/scripts/python/stackcollapse.py
index a2dfcda..5a605f7 100755
--- a/tools/perf/scripts/python/stackcollapse.py
+++ b/tools/perf/scripts/python/stackcollapse.py
@@ -1,5 +1,3 @@
-#!/usr/bin/perl -w
-#
 # stackcollapse.py - format perf samples with one line per distinct call stack
 #
 # This script's output has two space-separated fields.  The first is a 
semicolon