summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
>2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang 2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy 2020-04-07kernel/extable.c: use address-of operator on section symbolsNathan Chancellor 2020-03-13bpf: Remove bpf_image treeJiri Olsa 2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa 2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov