#!/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 $@ universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/sound/pci/via82xx_modem.c
AgeCommit message (Expand)Author
2020-07-07ALSA: pci/via82xx: remove 'set but not used' warningsPierre-Louis Bossart
2020-02-10ALSA: via82xx: Fix endianness annotationsTakashi Iwai
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai
2019-12-11ALSA: via82xx: Support PCM sync_stopTakashi Iwai
2019-12-11ALSA: via82xx: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: via82xx: Use managed buffer allocationTakashi Iwai
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-08Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-08-12ALSA: pci: make snd_pcm_hardware constBhumika Goyal
2017-06-09ALSA: via82xx: Constify hw_constraintsTakashi Iwai
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall