]> git.ipfire.org Git - thirdparty/linux.git/commit
PM: tracing: Hide device_pm_callback events under PM_SLEEP
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 12 Jun 2025 14:53:13 +0000 (10:53 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Mon, 21 Jul 2025 20:40:57 +0000 (16:40 -0400)
commite68849097e82f7e42f3212cefbdcb7d1428e6ffd
tree83c46d6c0bc6132d48b0178f39cc33990499cc4d
parente64397f81c5422d5323f5f9a0fd2438e4c403015
PM: tracing: Hide device_pm_callback events under PM_SLEEP

The events device_pm_callback_start and device_pm_callback_end events are
only called when CONFIG_PM_SLEEP is defined. As each event can take up to
5K regardless if they are used or not, it's best not to define them when
they are not used. Add #ifdef around these events when they are not used.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/20250612145408.246703478@goodmis.org
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/trace/events/power.h