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 "$@"
an title='2018-10-05 11:37:20 +0300'>2018-10-05ssb: chipcommon: fix fall-through annotationGustavo A. R. Silva 2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch 2018-08-09ssb: Remove home-grown printk wrappersMichael Büsch 2018-08-09ssb: driver_gige: use true and false for boolean valuesGustavo A. R. Silva 2018-05-12ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yRafał Miłecki 2018-05-12Revert "ssb: Prevent build of PCI host features in module"Rafał Miłecki 2018-03-13ssb: use put_device() if device_register failArvind Yadav 2018-02-28ssb: Prevent build of PCI host features in moduleMatt Redfearn 2018-02-27ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva 2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo 2018-01-26ssb: Do not disable PCI host on non-MipsSven Joachim 2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-01-16ssb: Disable PCI host for PCI_DRIVERS_GENERICJames Hogan 2017-12-07ssb: make SSB a menuconfig to ease disabling it allVincent Legoll