aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-08bpf: Disable migration when destroying sock storageHou Tao1-4/+5
2025-01-08bpf: Disable migration when destroying inode storageHou Tao1-4/+5
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpersHou Tao1-8/+7
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpersHou Tao1-8/+7
2025-01-08bpf: Remove migrate_{disable|enable} in htab_elem_freeHou Tao1-2/+0
2025-01-08bpf: Remove migrate_{disable|enable} in ->map_for_each_callbackHou Tao2-10/+7
2025-01-08bpf: Remove migrate_{disable|enable} from LPM trieHou Tao1-16/+4
2025-01-08selftests/bpf: Add kprobe session recursion check testJiri Olsa2-0/+7
2025-01-08bpf: Return error for missed kprobe multi bpf program executionJiri Olsa1-1/+1
2025-01-08bpf: Move out synchronize_rcu_tasks_trace from mutex CSPu Lehui1-8/+13
2025-01-08bpf: Fix range_tree_set() error handlingSoma Nakata1-1/+5
2025-01-08selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGSIhor Solodrai1-2/+6
2025-01-06selftests/bpf: Handle prog/attach type comparison in veristatMykyta Yatsenko1-2/+35
2025-01-06selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGSIhor Solodrai1-27/+1
2025-01-06selftests/bpf: test bpf_for within spin lock sectionEmil Tsalapatis1-0/+26
2025-01-06bpf: Allow bpf_for/bpf_repeat calls while holding a spinlockEmil Tsalapatis1-1/+19
2025-01-06bpf/tests: Add 32 bits only long conditional jump testsChristophe Leroy1-6/+58
2025-01-06bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()Peilin Ye1-8/+4
2025-01-06bpf, arm64: Factor out emit_a64_add_i()Peilin Ye1-8/+14
2025-01-06bpf, arm64: Simplify if logic in emit_lse_atomic()Peilin Ye1-10/+8
2025-01-06selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen1-2/+2
2025-01-03bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missingMartin KaFai Lau3-5/+26
2024-12-30bpf: Use refcount_t instead of atomic_t for mmap_countPei Xiao1-4/+4
2024-12-30bpf: Remove unused MT_ENTRY defineLorenzo Pieralisi1-2/+0
2024-12-30selftests/bpf: fix veristat comp mode with new statsMahe Tardy1-1/+7
2024-12-30bpf: Fix holes in special_kfunc_list if !CONFIG_NETThomas Weißschuh1-0/+3
2024-12-30selftests/bpf: Add testcases for BPF_MULMatan Shachnai1-0/+134
2024-12-30bpf, verifier: Improve precision of BPF_MULMatan Shachnai1-44/+36
2024-12-30libbpf: Set MFD_NOEXEC_SEAL when creating memfdDaniel Xu1-1/+13
2024-12-20selftests/bpf: Clear out Python syntax warningsAriel Otilibili1-14/+14
2024-12-18bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau1-2/+6
2024-12-17veristat: Fix top source line stat collectionMykyta Yatsenko1-1/+9
2024-12-16bpf: lsm: Remove hook to bpf_task_storage_freeSong Liu1-1/+0
2024-12-15Linux 6.13-rc3Linus Torvalds1-1/+1
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy1-0/+6
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2-0/+27
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2-10/+147
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi4-87/+9
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh2-0/+12
2024-12-13selftest/bpf: Replace magic constants by macrosAnton Protopopov1-3/+3