#!/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 $@ el' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/sound/sh
AgeCommit message (Expand)Author
2025-07-11ALSA: sh: Use safer strscpy() instead of strcpy()Takashi Iwai
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-16Merge branch 'for-linus' into for-nextTakashi Iwai
2025-05-13ALSA: sh: SND_AICA should depend on SH_DMA_APIGeert Uytterhoeven
2025-05-08ALSA: sh: use snd_kcontrol_chip()Kuninori Morimoto
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-10ALSA: Switch to use hrtimer_setup()Nam Cao
2024-12-20ALSA: sh: Fix wrong argument order for copy_from_iter()Takashi Iwai
2024-11-29ALSA: sh: Use standard helper for buffer accessesTakashi Iwai
2024-10-30sound: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-08ALSA: aica: Remove unused variableZhu Jun
2024-08-08ALSA: sh: Use standard print APITakashi Iwai
2024-05-08ALSA: misc: Use *-y instead of *-objs in MakefileTakashi Iwai
2024-03-26ALSA: sh: aica: reorder cleanup operations to avoid UAF bugsDuoming Zhou
2023-08-18ALSA: sh: Convert to generic PCM copy opsTakashi Iwai