summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
tion to reflect new task kfuncsDavid Vernet 2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet 2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov 2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov 2023-03-01bpf, docs: Fix __uninit kfunc doc sectionDavid Vernet 2023-03-01bpf: Add __uninit kfunc annotationJoanne Koong 2023-02-23bpf: Add bpf_cgroup_from_id() kfuncTejun Heo 2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet 2023-02-02bpf: Document usage of the new __bpf_kfunc macroDavid Vernet 2023-01-25bpf/docs: Document the nocast aliasing behavior of ___initDavid Vernet 2023-01-25bpf/docs: Document how nested trusted fields may be definedDavid Vernet 2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet 2022-12-07bpf/docs: Document struct cgroup * kfuncsDavid Vernet 2022-12-07bpf/docs: Document struct task_struct * kfuncsDavid Vernet 2022-12-04docs/bpf: Add KF_RCU documentationYonghong Song 2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet 2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi 2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi 2022-08-10bpf: add destructive kfunc flagArtem Savkov 2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires 2022-07-21bpf: Add documentation for kfuncsKumar Kartikeya Dwivedi