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 "$@"
inski 2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern 2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet 2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet 2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu 2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal 2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal 2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal 2018-11-22xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing 2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov 2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet 2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern 2018-02-16xfrm: reuse uncached_list to track xdstsXin Long 2017-11-30net: Create and use new helper xfrm_dst_child().David Miller 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva 2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti 2017-07-18xfrm: remove flow cacheFlorian Westphal 2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal 2017-02-09xfrm: policy: make policy backend constFlorian Westphal 2017-02-09xfrm: policy: remove family fieldFlorian Westphal 2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal 2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-09-10net: l3mdev: remove redundant callsDavid Ahern 2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller 2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern