summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
t/bp...Linus Torvalds 2025-09-25bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen 2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf 2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko 2024-09-11bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entryAndrii Nakryiko 2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko 2024-03-07bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen 2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome 2023-10-06bpf: Annotate struct bpf_stack_map with __counted_byKees Cook 2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko 2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn 2023-03-07bpf: stackmap memory usageYafang Shao 2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim 2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong 2022-04-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang 2022-04-01bpf: Remove redundant assignment to smap->map.value_sizeYuntao Wang 2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim 2022-02-28bpf: Cache the last valid build_idHao Luo 2022-01-15bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao