summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@kernel.org>2025-11-24 08:21:00 +0800
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-11-25 14:10:07 +0100
commit0ed358a87d6ef9782dca161ef3f1311d21f257d2 (patch)
tree70bebf5a0d897d59b1ec49f29274a89233a6ac31 /tools/perf/scripts/python/flamegraph.py
parent2b3c8bd8e13bd101fe8833b1f02ef5e5a6e9920b (diff)
downloadkernel-0ed358a87d6ef9782dca161ef3f1311d21f257d2.tar.gz
gpio: pch: Use modern PM macros
Use the modern PM macros for the suspend and resume functions to be automatically dropped by the compiler when CONFIG_PM or CONFIG_PM_SLEEP are disabled, without having to use __maybe_unused Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Acked-by: Andy Shevchenko <andy@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://lore.kernel.org/r/20251124002105.25429-10-jszhang@kernel.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
2010-08-09rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse 2010-08-09rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse 2010-08-09rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse 2010-08-09rwsem: lighter active count checks when waking up readersMichel Lespinasse 2010-08-09rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse 2010-05-12rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse 2008-01-30x86: fix UML and -regparm=3Ingo Molnar 2007-12-18sched: mark rwsem functions as __sched for wchan/profilingLivio Soares