xref: /linux/tools/perf/scripts/python/bin/netdev-times-record
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1#!/bin/bash
2perf record -e net:net_dev_xmit -e net:net_dev_queue		\
3		-e net:netif_receive_skb -e net:netif_rx		\
4		-e skb:consume_skb -e skb:kfree_skb			\
5		-e skb:skb_copy_datagram_iovec -e napi:napi_poll	\
6		-e irq:irq_handler_entry -e irq:irq_handler_exit	\
7		-e irq:softirq_entry -e irq:softirq_exit		\
8		-e irq:softirq_raise $@
9

Last Index update Sat Jun 03 09:59:21 CST 2023

Navigate Window
x
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x