diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-06-21 17:33:20 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-06-22 09:56:34 -0300 |
commit | dd4629d46c3121b82e6a552c94cda6dcccfc38c6 (patch) | |
tree | 6b2ba522ed61331626ec5e294cee1d781b0a1630 /tools/perf/scripts | |
parent | 4330b439bbe16b48dd2fe9a379bd58a07b97aab8 (diff) | |
download | linux-dd4629d46c3121b82e6a552c94cda6dcccfc38c6.tar.gz linux-dd4629d46c3121b82e6a552c94cda6dcccfc38c6.tar.bz2 linux-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 <brendan.d.gregg@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Link: http://lkml.kernel.org/n/tip-0w4bpbqd79v3sl34jvpr11v0@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts')
-rwxr-xr-x | tools/perf/scripts/python/stackcollapse.py | 2 |
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 |