summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorEduard Zingerman <eddyz87@gmail.com>2023-04-21 20:42:32 +0300
committerAlexei Starovoitov <ast@kernel.org>2023-04-21 12:26:52 -0700
commit82887c2568e4f78d5cfcb85bf3cdc056dfd97c85 (patch)
tree8b0a1dd515525c0daf9a74fe0b61c8b9614f95b0 /tools/perf/scripts/python/bin/stackcollapse-report
parent81d1d6dd4037755b98bf9b9f9d0dbd715b1734e5 (diff)
downloadkernel-82887c2568e4f78d5cfcb85bf3cdc056dfd97c85.tar.gz
selftests/bpf: verifier/unpriv converted to inline assembly
Test verifier/unpriv semi-automatically converted to use inline assembly. The verifier/unpriv.c had to be split in two parts: - the bulk of the tests is in the progs/verifier_unpriv.c; - the single test that needs `struct bpf_perf_event_data` definition is in the progs/verifier_unpriv_perf.c. The tests above can't be in a single file because: - first requires inclusion of the filter.h header (to get access to BPF_ST_MEM macro, inline assembler does not support this isntruction); - the second requires vmlinux.h, which contains definitions conflicting with filter.h. Signed-off-by: Eduard Zingerman <eddyz87@gmail.com> Link: https://lore.kernel.org/r/20230421174234.2391278-23-eddyz87@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
507c1f0835932d3f255cf1b7415618'>Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds 2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner 2022-05-13zram: remove double compression logicAlexey Romanov 2022-04-29zram: add a huge_idle writeback modeBrian Geffon 2022-04-18block: add a disk_openers helperChristoph Hellwig 2022-04-18zram: cleanup zram_removeChristoph Hellwig 2022-04-18zram: cleanup reset_storeChristoph Hellwig 2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei 2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig 2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig 2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig 2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig 2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig 2022-02-02block: remove genhd.hChristoph Hellwig 2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain