summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
5f3a55d1ce559bf3'>bpf: btf: add btf documentationYonghong Song 2019-01-07bpf, doc: update design qa to reflect kern_version requirementDaniel Borkmann 2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2018-07-27docs: bpf: Capitalise document headingTobin C. Harding 2018-07-27docs: bpf: Add toctree to indexTobin C. Harding 2018-07-27docs: bpf: Rename README.rst to index.rstTobin C. Harding 2018-07-26docs: Update references to netdev-FAQTobin C. Harding 2018-05-14bpf, doc: howto use/run the BPF selftestsJesper Dangaard Brouer 2018-05-14bpf, doc: convert bpf_devel_QA.rst to use RST formattingJesper Dangaard Brouer 2018-05-14bpf, doc: convert bpf_design_QA.rst to use RST formattingJesper Dangaard Brouer 2018-05-14bpf, doc: rename txt files to rst filesJesper Dangaard Brouer 2018-05-14bpf, doc: add basic README.rst fileJesper Dangaard Brouer 2018-04-23bpf: Document sockmap '-target bpf' requirement for PROG_TYPE_SK_MSGJohn Fastabend 2018-03-20bpf, doc: add description wrt native/bpf clang target and pointer sizeDaniel Borkmann 2018-02-02bpf: add documentation to compare clang "-target bpf" and default targetYonghong Song 2017-12-06bpf, doc: add faq about bpf development processDaniel Borkmann 2017-11-01bpf: document answers to common questions about BPFAlexei Starovoitov