summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai 2024-03-06block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov 2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig 2023-04-13blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou 2023-03-20blk-mq: remove hybrid pollingKeith Busch 2023-02-03block: don't call blk_throtl_stat_add for non-READ/WRITE commandsChristoph Hellwig 2021-12-14block: make queue stat accounting a referenceJens Axboe 2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe 2020-09-01blk-stat: make q->stats->lock irqsafeTejun Heo 2019-10-07blk-stat: Optimise blk_stat_add()Pavel Begunkov