Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e60b717 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tracing: Add clock trace events only for COMMON_CLK_MSM"

parents ac25dfbd ca6532ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -304,6 +304,7 @@ DEFINE_EVENT(wakeup_source, wakeup_source_deactivate,
 * The clock events are used for clock enable/disable and for
 *  clock rate change
 */
#if defined(CONFIG_COMMON_CLK_MSM)
DECLARE_EVENT_CLASS(clock,

	TP_PROTO(const char *name, unsigned int state, unsigned int cpu_id),
@@ -401,6 +402,7 @@ TRACE_EVENT(clock_state,
			__get_str(name), __entry->prepare_count,
			__entry->count, __entry->rate, __entry->vdd_level)
);
#endif /* CONFIG_COMMON_CLK_MSM */

/*
 * The power domain events are used for power domains transitions