summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-record
blob: 558754b840a98293e31aeb4a70864dd75f3b3b2f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
perf record -e net:net_dev_xmit -e net:net_dev_queue		\
		-e net:netif_receive_skb -e net:netif_rx		\
		-e skb:consume_skb -e skb:kfree_skb			\
		-e skb:skb_copy_datagram_iovec -e napi:napi_poll	\
		-e irq:irq_handler_entry -e irq:irq_handler_exit	\
		-e irq:softirq_entry -e irq:softirq_exit		\
		-e irq:softirq_raise $@
-09-10 05:25:56 -0600'>2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai 2025-07-30block: fix potential deadlock while running nr_hw_queue updateNilay Shroff 2025-07-30block: fix lockdep warning caused by lock dependency in elv_iosched_storeNilay Shroff 2025-07-30block: move elevator queue allocation logic into blk_mq_init_schedNilay Shroff 2025-05-06block: fail to show/store elevator sysfs attribute if elevator is dyingMing Lei 2025-05-06block: move sched debugfs register into elvevator_register_queueMing Lei 2025-05-06block: add two helpers for registering/un-registering sched debugfsMing Lei 2025-04-21block: Simplify blk_mq_dispatch_rq_list() and its callersBart Van Assche 2025-03-12block: remove unused parameterGuixin Liu 2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig 2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche