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 $@
efile?id=d19af0e9366298aa60afc0fb51ffcbd6205edcee'>io_uring: add alloc_cache.cPavel Begunkov 2024-08-30io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe 2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe 2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe 2024-04-15io_uring: re-arrange Makefile orderJens Axboe 2024-02-09io-uring: add napi busy poll supportStefan Roesch 2024-02-09io_uring: add support for ftruncateTony Solomonik 2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe 2023-09-29io_uring: add support for futex wake and waitJens Axboe 2023-09-21io_uring: add IORING_OP_WAITID supportJens Axboe