summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2025-03-10 00:34:08 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2025-07-02 22:36:51 -0400
commit7b7a8ca43fcf027f8aabd7c0629c2d39bfd97300 (patch)
treecae8924539bbd86908d44460034097c8f3ba4add /tools/perf/scripts/python/bin/stackcollapse-report
parenteacb58fdcaefac63d32c3c095152e97dc9425ea8 (diff)
downloadkernel-7b7a8ca43fcf027f8aabd7c0629c2d39bfd97300.tar.gz
pstore: switch to locked_recursive_removal()
rather than playing with manual d_invalidate() Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
el/bpf/stackmap.c?h=linux-6.12.y&id=6183f4d3a0a2ad230511987c6c362ca43ec0055f'>bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh 2021-01-14bpf: Add size arg to build_id_parse functionJiri Olsa 2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa 2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin 2020-11-24irq_work: CleanupPeter Zijlstra 2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer 2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau 2020-08-12bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa 2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu 2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu 2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa 2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu 2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu 2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov 2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov 2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov