summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
er.c?h=v0.0.1-6.19.12&id=aa319592892068bd960c1a1c07bd621085b0c63d'>bpf: Fix memory access flags in helper prototypesZesen Liu 2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski 2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang 2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2025-11-14bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau 2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki 2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki 2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki 2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki 2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook 2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov 2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann 2025-10-20bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann 2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima 2025-10-16bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE.Kuniyuki Iwashima 2025-10-06bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann 2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2025-09-25bpf: Emit struct bpf_xdp_sock type in vmlinux BTFAmery Hung 2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski 2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'Martin KaFai Lau 2025-09-23bpf: Support pulling non-linear xdp dataAmery Hung 2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung 2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung 2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon 2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault 2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima 2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki 2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki 2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon