aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorPaul Cercueil <[email protected]>2022-11-29 19:17:17 +0000
committerPaul Cercueil <[email protected]>2022-12-12 13:07:01 +0000
commit10709aa89005fe428764d2e4334d578f502be345 (patch)
tree0b851baacc3b9e04c4bdd5e123e2fd15ec12eb48 /tools/perf/scripts/python/bin/stackcollapse-report
parent68c8704de0527020094698f384ae8c5f749bba2f (diff)
drm: imx/dcss: Remove #ifdef guards for PM related functions
Use the EXPORT_GPL_DEV_PM_OPS() and pm_ptr() macros to handle the PM callbacks. These macros allow the PM functions to be automatically dropped by the compiler when CONFIG_PM is disabled, without having to use #ifdef guards. This has the advantage of always compiling these functions in, independently of any Kconfig option. Thanks to that, bugs and other regressions are subsequently easier to catch. Signed-off-by: Paul Cercueil <[email protected]> Reviewed-by: Laurentiu Palcu <[email protected]> Tested-by: Laurentiu Palcu <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions