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 "$@"
Linus Torvalds 2025-03-05block: fix conversion of GPT partition name to 7-bitOlivier Gayot 2025-02-21block: Remove commented out codeThorsten Blum 2025-02-14partitions: mac: fix handling of bogus partition tableJann Horn 2025-01-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap 2024-10-22block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov 2024-10-22block: add support for partition table defined in OFChristian Marangi 2024-10-22block: add support for defining read-only partitionsChristian Marangi 2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro 2024-09-12block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman