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 "$@"
et 2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-09-08genetlink: fix genl_bind() invoking bind() after -EPERMAlok Tiwari 2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-09-03net: lockless sock_i_ino()Eric Dumazet 2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet 2025-07-30netlink: avoid infinite retry looping in netlink_unicast()Fedor Pchelkin 2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds 2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov 2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang 2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-07-11netlink: make sure we allow at least one dump skbJakub Kicinski 2025-07-11netlink: Fix rmem check in netlink_broadcast_deliver().Kuniyuki Iwashima 2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-07-08netlink: spelling: fix appened -> appended in a commentFaisal Bukhari 2025-07-07netlink: Fix wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima 2025-05-12netlink: fix policy dump for int with validation callbackJakub Kicinski 2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-02-21net: better track kernel sockets lifetimeEric Dumazet 2025-02-18netlink: Unset cb_running when terminating dump on releaseSiddh Raman Pant 2024-12-19net: netlink: catch attempts to send empty messagesJakub Kicinski 2024-11-24netlink: fix false positive warning in extack during dumpsJakub Kicinski 2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds 2024-11-15net/netlink: Correct the comment on netlink message max capDmitry Safonov 2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-11-07netlink: terminate outstanding dump on socket closeJakub Kicinski 2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro 2024-10-31netlink: Remove the dead code in netlink_proto_init()Jinjie Ruan 2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni 2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet 2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni 2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva 2024-08-26net: netlink: Remove the dump_cb_mutex field from struct netlink_sockChristophe JAILLET