aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2016-06-21 20:33:20 +0000
committerArnaldo Carvalho de Melo <[email protected]>2016-06-22 12:56:34 +0000
commitdd4629d46c3121b82e6a552c94cda6dcccfc38c6 (patch)
tree6b2ba522ed61331626ec5e294cee1d781b0a1630 /tools/perf/scripts/python/stackcollapse.py
parentMerge tag 'perf-core-for-mingo-20160621' of git://git.kernel.org/pub/scm/linu... (diff)
downloadkernel-dd4629d46c3121b82e6a552c94cda6dcccfc38c6.tar.gz
kernel-dd4629d46c3121b82e6a552c94cda6dcccfc38c6.zip
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 <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Milian Wolff <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paolo Bonzini <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
-rwxr-xr-xtools/perf/scripts/python/stackcollapse.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/scripts/python/stackcollapse.py b/tools/perf/scripts/python/stackcollapse.py
index a2dfcda41ae6..5a605f70ef32 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