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 "$@"
name netns_local to netns_immutableNicolas Dichtel 2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang 2025-02-21rtnetlink: Pack newlink() params into structXiao Liang 2024-11-11net: convert to nla_get_*_default()Johannes Berg 2024-10-15net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()Ignat Korchagin 2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin 2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski 2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan 2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google) 2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados 2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh 2024-03-08Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...Jakub Kicinski 2024-03-06ieee802154: cfg802154: make wpan_phy_class constantRicardo B. Marliere 2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet 2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao 2023-12-15mac802154: Avoid new associations while disassociatingMiquel Raynal 2023-12-15ieee802154: Avoid confusing changes after associatingMiquel Raynal 2023-11-20ieee802154: Give the user the association listMiquel Raynal 2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal 2023-11-20ieee802154: Add support for limiting the number of associated devicesMiquel Raynal 2023-11-20mac802154: Handle association requests from peersMiquel Raynal 2023-11-20mac802154: Handle disassociationsMiquel Raynal 2023-11-20ieee802154: Add support for user disassociation requestsMiquel Raynal 2023-11-20mac802154: Handle associatingMiquel Raynal 2023-11-20ieee802154: Add support for user association requestsMiquel Raynal 2023-11-20ieee802154: Internal PAN managementMiquel Raynal 2023-11-20ieee802154: Let PAN IDs be resetMiquel Raynal 2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds 2023-08-15networking: Update to register_net_sysctl_szJoel Granados 2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski 2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells 2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski 2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-06-16ieee802154: Replace strlcpy with strscpyAzeem Shaikh 2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao 2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal 2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski 2023-05-15net: Remove low_thresh in ip defragAngus Chen