summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
ALSA: als4000: Use standard printk helpersTakashi Iwai 2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai 2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai 2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton 2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai 2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai 2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai 2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell 2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker 2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch 2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai 2010-08-04ALSA: als4000: Fix potentially invalid DMA mode setupOndrej Zary 2010-08-04ALSA: als4000: enable burst modeOndrej Zary 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan