#!/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 $@ Git repository'/>
summaryrefslogtreecommitdiff
path: root/io_uring/napi.h
AgeCommit message (Expand)Author
2024-08-29io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois
2024-08-29io_uring/napi: use ktime in busy pollingPavel Begunkov
2024-02-09io_uring: add register/unregister napi functionStefan Roesch
2024-02-09io-uring: add sqpoll support for napi busy pollStefan Roesch
2024-02-09io-uring: add napi busy poll supportStefan Roesch