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 "$@"
2 +0200'>2021-08-10bpf, tests: Add branch conversion JIT testJohan Almbladh 2021-08-10bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh 2021-08-10bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh 2021-08-10bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh 2021-08-10bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh 2021-08-10bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh 2021-08-10bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh 2021-08-10bpf, tests: Fix typos in test case descriptionsJohan Almbladh 2021-08-10bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh 2021-08-10bpf, tests: Add BPF_JMP32 test casesJohan Almbladh 2021-07-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh 2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh 2021-07-08lib/test: fix spelling mistakesZhen Lei 2021-01-20test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin 2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman 2020-07-16bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee 2020-02-24bpf/tests: Use migrate disable instead of preempt disableDavid Miller 2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani 2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani 2019-08-20test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner 2019-02-25bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell