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 "$@"
0'>2022-06-27block: Make ioprio_best() staticJan Kara 2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara 2022-06-27block: fix default IO priority handling againJan Kara 2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig 2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso 2021-11-15block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva 2021-08-18block: fix default IO priority handlingDamien Le Moal 2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal