aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov5-11/+11
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov3-41/+33
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov7-25/+16
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov4-11/+2
2023-04-04selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich1-1/+1
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky1-5/+9
2023-04-02bpf, docs: Add docs on extended 64-bit immediate instructionsDave Thaler2-8/+72
2023-04-02bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov1-15/+2
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov1-0/+2
2023-04-01bpf,docs: Update documentation to reflect new task kfuncsDavid Vernet1-6/+43
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet6-162/+14
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet6-16/+108
2023-04-01veristat: small fixed found in -O2 modeAndrii Nakryiko1-1/+3
2023-04-01veristat: avoid using kernel-internal headersAndrii Nakryiko1-1/+4
2023-04-01veristat: improve version reportingAndrii Nakryiko1-2/+17
2023-04-01veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensedAndrii Nakryiko1-1/+1
2023-03-31selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...James Hilliard2-2/+2
2023-03-31selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa4-49/+13
2023-03-31selftests/bpf: Add read_build_id functionJiri Olsa2-0/+87
2023-03-31selftests/bpf: Add err.h headerJiri Olsa2-2/+19
2023-03-30selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchgDavid Vernet2-0/+48
2023-03-30bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call argDavid Vernet1-0/+4
2023-03-30veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLSAndrii Nakryiko1-1/+1
2023-03-29selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai1-8/+16
2023-03-29veristat: guess and substitue underlying program type for freplace (EXT) progsAndrii Nakryiko1-4/+117
2023-03-29veristat: add -d debug mode option to see debug libbpf logAndrii Nakryiko1-1/+7
2023-03-29libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko2-1/+2
2023-03-29selftests/bpf: test a BPF CC writing app_limitedYixin Shen1-1/+12
2023-03-29bpf: allow a TCP CC to write app_limitedYixin Shen1-0/+3
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle2-1/+2
2023-03-28selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...Eduard Zingerman1-1468/+0
2023-03-28selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assemblyEduard Zingerman2-0/+1724
2023-03-27libbpf: Fix double-free when linker processes empty sectionsEduard Zingerman1-1/+13
2023-03-27selftests/bpf: Don't assume page size is 4096Hengqi Chen1-1/+1
2023-03-27libbpf: Ensure print callback usage is thread-safeJP Kobryn2-3/+8
2023-03-25xsk: allow remap of fill and/or completion ringsNuno Gonçalves1-3/+6
2023-03-25bpf, docs: Add extended call instructionsDave Thaler1-22/+37
2023-03-25selftests/bpf: Add bench for task storage creationMartin KaFai Lau3-14/+164
2023-03-25selftests/bpf: Test task storage when local_storage->smap is NULLMartin KaFai Lau2-17/+46
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau2-15/+116
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau6-14/+95
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau2-9/+52
2023-03-25selftests/bpf: verifier/xdp.c converted to inline assemblyEduard Zingerman3-14/+26
2023-03-25selftests/bpf: verifier/xadd.c converted to inline assemblyEduard Zingerman3-97/+126
2023-03-25selftests/bpf: verifier/var_off.c converted to inline assemblyEduard Zingerman3-291/+351
2023-03-25selftests/bpf: verifier/value_or_null.c converted to inline assemblyEduard Zingerman3-220/+290
2023-03-25selftests/bpf: verifier/value.c converted to inline assemblyEduard Zingerman3-104/+160
2023-03-25selftests/bpf: verifier/value_adj_spill.c converted to inline assemblyEduard Zingerman3-43/+80
2023-03-25selftests/bpf: verifier/uninit.c converted to inline assemblyEduard Zingerman3-39/+63
2023-03-25selftests/bpf: verifier/stack_ptr.c converted to inline assemblyEduard Zingerman3-359/+486