From: Arnaldo Carvalho de Melo Date: Tue, 21 Jun 2016 20:33:20 +0000 (-0300) Subject: perf script stackcollapse: Remove reference to the perl interpreter X-Git-Tag: v4.8-rc1~184^2~18^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd4629d46c3121b82e6a552c94cda6dcccfc38c6;p=karo-tx-linux.git 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-0w4bpbqd79v3sl34jvpr11v0@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- 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