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/clk-stm32f4.c?id=a1328374d81b20700909f3dfcd337b13702568d8'>clk: stm32f4: use FIELD helpers to access the PLLCFGR fieldsDario Binacchi 2023-06-08clk: stm32f4: mux: Add a determine_rate hookMaxime Ripard 2021-12-15clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system en...Dillon Min 2021-09-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds 2021-08-05clk: stm32f4: Switch to clk_divider.determine_rateMartin Blumenstingl 2021-07-26clk: stm32f4: fix post divisor setup for I2S/SAI PLLsDario Binacchi