summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
t/drivers/clk/meson/clk-pll.c?h=master&id=adac147c6a32e2919cb04555387e12e738991a19'>clk: meson: introduce symbol namespace for amlogic clocksJerome Brunet 2024-06-10clk: meson: add 'NOINIT_ENABLED' flag to eliminate init for enabled PLLDmitry Rokosov 2024-04-10clk: meson: fix module license to GPL onlyNeil Armstrong 2024-03-29clk: meson: pll: print out pll name when unable to lock itDmitry Rokosov 2023-07-11clk: meson: change usleep_range() to udelay() for atomic contextDmitry Rokosov 2023-06-15clk: meson: pll: remove unneeded semicolonJiapeng Chong 2023-05-30clk: meson: introduce new pll power-on sequence for A1 SoC familyDmitry Rokosov 2023-05-30clk: meson: make pll rst bit as optionalDmitry Rokosov 2022-12-12Merge branches 'clk-bindings', 'clk-renesas', 'clk-amlogic', 'clk-allwinner' ...Stephen Boyd 2022-11-22clk: Remove a useless includeChristophe JAILLET 2022-11-08clk: meson: pll: add pcie lock retry workaroundHeiner Kallweit 2022-11-08clk: meson: pll: adjust timeout in meson_clk_pll_wait_lock()Heiner Kallweit 2021-05-19clk: meson: pll: switch to determine_rate for the PLL opsMartin Blumenstingl 2021-01-04clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate()Martin Blumenstingl 2021-01-04clk: meson: clk-pll: make "ret" a signed integerMartin Blumenstingl 2021-01-04clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl