summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller 2017-02-15esp: Add a software GRO codepathSteffen Klassert 2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet 2016-11-16ipv6: sr: add option to control lwtunnel supportDavid Lebrun 2016-11-09ipv6: sr: add core files for SR HMAC supportDavid Lebrun 2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun 2016-05-31fou: fix IPv6 Kconfig optionsArnd Bergmann 2016-05-29fou: add Kconfig options for IPv6 supportArnd Bergmann 2016-05-04gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann