summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 53c5dc90c87e9073f7fc458a28a01dfac792d301 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
3-05-19 19:52:42 -0600'>2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig 2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig 2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig 2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds 2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig 2023-04-13blk-mq: pass a flags argument to blk_mq_request_bypass_insertChristoph Hellwig 2023-04-13blk-mq: pass a flags argument to blk_mq_insert_requestChristoph Hellwig 2023-04-13blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_listChristoph Hellwig 2023-04-13blk-mq: don't run the hw_queue from blk_mq_request_bypass_insertChristoph Hellwig 2023-04-13blk-mq: fold __blk_mq_insert_request into blk_mq_insert_requestChristoph Hellwig 2023-04-13blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig 2023-04-13blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig 2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig 2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig 2023-03-14blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch...Chris Leech 2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig 2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav 2022-07-14block: Use the new blk_opf_t typeBart Van Assche 2022-07-06block: simplify blk_mq_plugChristoph Hellwig 2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig 2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig 2022-06-28blk-mq: rename blk_mq_sysfs_{,un}registerChristoph Hellwig 2022-06-27block: Rename a blk_mq_map_queue() argumentBart Van Assche