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 "$@"
an>tools/virtio: add ucopysize.h stubMichael S. Tsirkin 2025-12-24tools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubsMichael S. Tsirkin 2025-12-24tools/virtio: stub DMA mapping functionsMichael S. Tsirkin 2025-12-24tools/virtio: add struct module forward declarationMichael S. Tsirkin 2025-12-24tools/virtio: use kernel's virtio.hMichael S. Tsirkin 2025-12-24tools/virtio: fix up compiler.h stubMichael S. Tsirkin 2025-12-08tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin 2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky 2025-02-25tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.Yufeng Wang 2025-02-25tools: virtio/linux/compiler.h: Add data_race() define.Yufeng Wang 2025-02-25tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api define for virtio testYufeng Wang 2024-11-06Fix typo in vringh_test.cShivam Chaudhary 2024-09-10tools/virtio:Fix the wrong format specifierZhu Jun 2024-07-04tools/virtio: creating pipe assertion in vringh_testYunseong Kim 2024-03-05tools: virtio: introduce vhost_net_testYunsheng Lin 2023-10-16tools/virtio: Add dma sync api for virtio testLiming Wu 2023-06-27tools/virtio: fix build break for aarch64Peng Fan 2023-06-09tools/virtio: use canonical ftrace pathRoss Zwisler 2023-06-08tools/virtio: Add .gitignore for ringtestRong Tao 2023-06-08tools/virtio: Fix arm64 ringtest compilation errorRong Tao 2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie 2023-04-21tools/virtio: virtio_test -h,--help should return directlyRong Tao 2023-04-21tools/virtio: virtio_test: Fix indentationRong Tao 2023-04-04tools/virtio: fix typo in README instructionsRoss Zwisler 2023-03-13tools/virtio: Ignore virtio-trace/trace-agentRong Tao 2023-02-20tools/virtio: enable to build with retpolineShunsuke Mie 2023-01-27tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie