#!/bin/bash # # print Intel PT Power Events and PTWRITE. The intel_pt PMU event needs # to be specified with appropriate config terms. # if ! echo "$@" | grep -q intel_pt ; then echo "Options must include the Intel PT event e.g. -e intel_pt/pwr_evt,ptw/" echo "and for power events it probably needs to be system wide i.e. -a option" echo "For example: -a -e intel_pt/pwr_evt,branch=0/ sleep 1" exit 1 fi perf record $@ lass='logo' rowspan='2'>cgit logo index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/sound/sh
AgeCommit message (Expand)Author
2019-05-08ALSA: aica: Fix a long-time build breakageTakashi Iwai
2019-02-06ALSA: sh: Drop superfluous PCM preallocation error checksTakashi Iwai
2017-10-05ALSA: sh: aica: Convert timers to use timer_setup()Kees Cook
2017-08-31ALSA: sh: Put missing KERN_* prefixTakashi Iwai
2017-08-19ALSA: sh: constify snd_pcm_ops structuresArvind Yadav
2017-08-17ALSA: sh: make snd_pcm_hardware constBhumika Goyal
2017-06-02ALSA: sh: Convert to the new PCM opsTakashi Iwai
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-06-07ALSA: sh: aica: Remove deprecated create_workqueueBhaktipriya Shridhar
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai
2015-01-19ALSA: aica: Use setup_timer() and mod_timer()Takashi Iwai
2014-10-20ALSA: sh: drop owner assignment from platform_driversWolfram Sang
2014-02-14ALSA: sh: Convert to snd_card_new() with a device pointerTakashi Iwai
2013-05-23ALSA: sh_dac_audio: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: sh: aica: Remove redundant platform_set_drvdata()Sachin Kamat
2012-12-07ALSA: sh: remove __dev* attributesBill Pemberton
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai
2012-05-21ALSA: sh: Fix up namespace collision in sh_dac_audio.Paul Mundt
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell
2011-11-27ALSA: convert sound/* to use module_platform_driver()Axel Lin
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker
2010-10-27sound: sh: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai
2009-11-08ALSA: snd-aica: declare MODULE_FIRMWAREBen Hutchings
2009-11-04ALSA: sh: add SuperH DAC audio driver for ALSA V4Rafael Ignacio Zurita