aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song4-5/+9
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst1-26/+10
2025-06-13selftests/bpf: verify jset handling in CFG computationEduard Zingerman1-0/+16
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman1-0/+1
2025-06-13veristat: Memory accounting for bpf programsEduard Zingerman2-7/+246
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman2-41/+43
2025-06-13bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGESong Liu1-0/+1
2025-06-12tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko1-0/+2
2025-06-12selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song1-2/+11
2025-06-12selftests/bpf: Fix two net related test failures with 64K page sizeYonghong Song2-9/+14
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song3-9/+97
2025-06-12bpf: Initialize used but uninit variable in propagate_liveness()Song Liu1-1/+1
2025-06-12docs/bpf: Default cpu version changed from v1 to v3 in llvm 20Yonghong Song1-3/+4
2025-06-12selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang1-0/+2
2025-06-12bpf: Fix state use-after-free on push_stack() errLuis Gerhorst1-2/+2
2025-06-12selftests/bpf: tests with a loop state missing read/precision markEduard Zingerman1-0/+277
2025-06-12bpf: include backedges in peak_states statEduard Zingerman2-1/+9
2025-06-12bpf: remove {update,get}_loop_entry functionsEduard Zingerman2-179/+1
2025-06-12bpf: propagate read/precision marks over state graph backedgesEduard Zingerman2-68/+422
2025-06-12bpf: move REG_LIVE_DONE check to clean_live_states()Eduard Zingerman1-4/+3
2025-06-12bpf: set 'changed' status if propagate_liveness() did any updatesEduard Zingerman1-2/+7
2025-06-12bpf: set 'changed' status if propagate_precision() did any updatesEduard Zingerman1-12/+23
2025-06-12bpf: starting_state parameter for __mark_chain_precision()Eduard Zingerman1-11/+13
2025-06-12bpf: frame_insn_idx() utility functionEduard Zingerman1-3/+10
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman2-0/+187
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman2-64/+64
2025-06-11selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variableYonghong Song1-1/+1
2025-06-11bpf, doc: Improve wording of docsEslam Khafagy1-2/+2
2025-06-10bpf: adjust path to trace_output sample eBPF programTobias Klauser2-2/+2
2025-06-09selftests/bpf: Add test for Spectre v1 mitigationLuis Gerhorst1-0/+57
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst11-54/+184
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst2-3/+3
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst5-27/+65
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst4-15/+53
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst1-3/+3
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst1-18/+18
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst1-205/+223
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen1-2/+4
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen1-2/+4
2025-06-09bpftool: Display cookie for tracing link probeTao Chen1-0/+3
2025-06-09selftests/bpf: Add cookies check for tracing fill_link_info testTao Chen1-1/+23
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen3-0/+5
2025-06-09selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checksIhor Solodrai1-0/+118
2025-06-09selftests/bpf: Add cmp_map_pointer_with_const testIhor Solodrai1-1/+16
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai2-2/+3
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen1-0/+120
2025-06-09selftests/bpf: Add two selftests for mprog API based cgroup progsYonghong Song3-0/+724
2025-06-09selftests/bpf: Move some tc_helpers.h functions to test_progs.hYonghong Song2-28/+28
2025-06-09libbpf: Support link-based cgroup attach with optionsYonghong Song5-0/+93
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song4-37/+205