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 "$@"
/arm/mach-at91?id=0be298a939b748256035f66716fca409dd26d0dc'>ARM: at91: pm: add pmc_version member to at91_pm_dataClaudiu Beznea 2020-02-18ARM: at91: pm: add macros for plla disable/enableClaudiu Beznea 2020-02-18ARM: at91: pm: revert do not disable/enable PLLA for ULP modesClaudiu Beznea 2020-02-18ARM: at91: pm: use proper master clock register offsetClaudiu Beznea 2020-02-10ARM: at91: Drop unneeded select of COMMON_CLKGeert Uytterhoeven 2020-01-10ARM: at91: pm: use of_device_id array to find the proper shdwc nodeClaudiu Beznea 2020-01-10ARM: at91: pm: use SAM9X60 PMC's compatibleClaudiu Beznea 2019-12-10ARM: at91: pm: move SAM9X60's PM under its own SoC config flagClaudiu Beznea 2019-12-10ARM: at91: Kconfig: add config flag for SAM9X60 SoCClaudiu Beznea 2019-12-10ARM: at91: Kconfig: add sam9x60 pll config flagClaudiu Beznea 2019-08-23ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91Masahiro Yamada 2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds 2019-06-25Merge tag 'at91-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson 2019-06-20arm: add missing include platform-data/atmel.hPhilippe Mazenauer 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2019-05-16Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson 2019-05-16Merge tag 'at91-5.2-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson 2019-05-02ARM: at91: Implement clocksource selectionAlexandre Belloni 2019-04-04arm/mach-at91/pm : fix possible object reference leakPeng Hao 2019-04-04ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRMNicolas Ferre 2019-03-28ARM: at91: pm: do not disable/enable PLLA for ULP modesClaudiu Beznea 2019-03-28ARM: at91: pm: disable RC oscillator in ULP0Claudiu Beznea 2019-03-28ARM: at91: pm: add ULP1 support for SAM9X60Claudiu Beznea 2019-03-28ARM: at91: pm: add support for per SoC wakeup source configurationClaudiu Beznea 2019-03-28ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCsClaudiu Beznea 2019-03-28ARM: at91: pm: initial PM support for SAM9X60Claudiu Beznea 2019-03-28ARM: at91: pm: introduce at91_soc_pm structureClaudiu Beznea 2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada 2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada 2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds