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 "$@"
phal 2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal 2018-01-10netfilter: remove duplicated includeWei Yongjun 2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso 2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso 2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso 2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal 2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal 2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal 2017-08-28netfilter: convert hook list to an arrayAaron Conole 2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal 2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal