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 "$@"
e1c58d21221bf0861a8b1975f90'>Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski 2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger 2024-06-06net: use unrcu_pointer() helperEric Dumazet 2024-03-07net: introduce include/net/rps.hEric Dumazet 2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni 2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao 2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski 2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer 2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis 2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert 2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet 2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet 2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet 2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet 2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet 2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet 2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet 2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet 2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni 2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet 2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells 2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao 2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells