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 "$@"
'/distro/kernel/commit/drivers/clk/versatile?id=d5a5a6e4d129f5b1167e8497155ada63b8c865b2'>clk: versatile: sp810: Add a determine_rate hookMaxime Ripard 2021-12-07clk: versatile: clk-icst: use after free on error pathDan Carpenter 2021-11-11clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring 2021-10-14clk: versatile: hide clock drivers from non-ARM usersJean Delvare 2021-10-14clk: versatile: Rename ICST to CLK_ICSTJean Delvare 2021-09-14clk: versatile: clk-icst: Support 'reg' in addition to 'vco-offset' for regis...Rob Herring 2021-06-04clk: versatile: Depend on HAS_IOMEMStephen Boyd 2021-06-01clk: versatile: remove dependency on ARCH_*Peter Collingbourne 2021-02-11clk: versatile: clk-icst: Fix worthy struct documentation blockLee Jones 2020-09-10clk: versatile: Add of_node_put() before return statementSumera Priyadarsini 2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkAlexander A. Klimov 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada 2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds 2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds 2020-05-29ARM: zynq: Don't select CONFIG_ICSTRob Herring 2020-05-28clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILERob Herring 2020-05-26clk: versatile: remove redundant assignment to pointer clkColin Ian King 2020-05-15Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann 2020-05-15clk: versatile: Drop the legacy IM-PD1 clock codeRob Herring 2020-05-13clk: vexpress-osc: Support building as a moduleRob Herring 2020-05-05clk: impd1: Look up clock-output-namesLinus Walleij 2020-05-05clk: vexpress-osc: Use the devres clock API variantsRob Herring 2020-05-05clk: versatile: Only enable SP810 on 32-bit by defaultRob Herring 2020-05-05clk: versatile: Rework kconfig structureRob Herring 2020-03-20clk: versatile: Add device tree probing for IM-PD1 clocksLinus Walleij 2020-03-20clk: versatile: Export icst_clk_setup()Linus Walleij 2020-01-04clk: Fix Kconfig indentationKrzysztof Kozlowski 2019-08-07clk: versatile: Add of_node_put() in cm_osc_setup()Nishka Dasgupta 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd 2018-12-10clk: versatile: sp810: Remove usage of CLK_IS_BASICStephen Boyd