#!/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 $@
summaryrefslogtreecommitdiff
path: root/certs
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-02modsign: Enable ML-DSA module signingDavid Howells
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2024-09-20sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3Jan Stancek
2024-09-20sign-file,extract-cert: avoid using deprecated ERR_get_error_line()Jan Stancek
2024-09-20sign-file,extract-cert: move common SSL helper functions to a headerJan Stancek