#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm 7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/block/bsg-lib.c
AgeCommit message (Expand)Author
2024-05-30scsi: bsg: Pass dev to blk_mq_alloc_queue()John Garry
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig