Selaa lähdekoodia

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>
Arnaldo Carvalho de Melo 9 vuotta sitten
vanhempi
commit
dd4629d46c
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      tools/perf/scripts/python/stackcollapse.py

+ 0 - 2
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