summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
pan>blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche 2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche 2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche 2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei 2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei 2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei 2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei 2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval 2017-01-27blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval 2017-01-27blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval 2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval 2017-01-27blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval 2017-01-27blk-mq: create debugfs directory treeOmar Sandoval 2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe 2016-11-10block: add scalable completion tracking of requestsJens Axboe 2016-09-21blk-mq: register device instead of diskMatias Bjørling 2016-09-16blk-mq: account higher order dispatchJens Axboe 2016-09-14block: enable zeroing of io_poll statisticsStephen Bates 2016-09-14block: add poll_considered statisticStephen Bates 2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe 2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner 2016-02-09blk-mq: dynamic h/w context countKeith Busch