summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
AgeCommit message (Expand)Author
2021-09-10perf scripts python: Fix passing arguments to stackcollapse reportMichael Petlan
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini
bpf: Implement link_query for bpf iteratorsYonghong Song 2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song 2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song 2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song 2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song 2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song 2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song 2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song 2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song 2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song 2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song 2020-05-09bpf: Create file bpf iteratorYonghong Song 2020-05-09bpf: Create anonymous bpf iteratorYonghong Song 2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song 2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song 2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song 2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song 2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song