summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2017-05-07 23:25:26 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-14 11:20:44 +0900
commitcb77f0d623ff33a7899cb945f4f5a4825fbb2ea1 (patch)
tree4de662eee07903e11e20750f15e134a34928d5b6 /tools/perf/scripts/python/parallel-perf.py
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
downloadkernel-cb77f0d623ff33a7899cb945f4f5a4825fbb2ea1.tar.gz
scripts: Switch to more portable Perl shebang
The default NetBSD package manager is pkgsrc and it installs Perl along other third party programs under custom and configurable prefix. The default prefix for binary prebuilt packages is /usr/pkg, and the Perl executable lands in /usr/pkg/bin/perl. This change switches "/usr/bin/perl" to "/usr/bin/env perl" as it's the most portable solution that should work for almost everybody. Perl's executable is detected automatically. This change switches -w option passed to the executable with more modern "use warnings;" approach. There is no functional change to the default behavior. While there, drop "require 5" from scripts/namespace.pl (Perl from 1994?). Signed-off-by: Kamil Rytarowski <n54@gmx.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
ccelerated vlan pathJiri Pirko 2014-10-21net: sched: initialize bstats syncpSabrina Dubroca 2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet 2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend 2014-09-30net: sched: enable per cpu qstatsJohn Fastabend 2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend 2014-09-30net: sched: implement qstat helper routinesJohn Fastabend 2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend 2014-09-26net: sched: use pinned timersEric Dumazet 2014-09-13net: rcu-ify tcf_protoJohn Fastabend 2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal 2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2014-05-02net: Allow tc changes in user namespacesStéphane Graber 2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman 2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2014-03-11pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet 2014-03-11pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet 2014-03-10pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet