]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
perf script stackcollapse: Remove reference to the perl interpreter
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 21 Jun 2016 20:33:20 +0000 (17:33 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 22 Jun 2016 12:56:34 +0000 (09:56 -0300)
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>
tools/perf/scripts/python/stackcollapse.py

index a2dfcda41ae6ac2bb88cbc02bf4e81c96dce3071..5a605f70ef32268fb92a749c970cba321cba11d1 100755 (executable)
@@ -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