#!/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 $@ tps://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/hte
AgeCommit message (Expand)Author
2023-04-26hte: Re-phrase tegra API documentDipen Patel
2022-07-07tegra194-hte.rst: fix reference to its bindingMauro Carvalho Chehab
2022-07-07docs: tegra194-hte.rst: don't include gpiolib.c twiceMauro Carvalho Chehab
2022-06-09docs: Move the HTE documentation to driver-api/Jonathan Corbet