/* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM cpufreq #define TRACE_INCLUDE_PATH trace/hooks #if !defined(_TRACE_HOOK_CPUFREQ_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HOOK_CPUFREQ_H #include #include #include DECLARE_RESTRICTED_HOOK(android_rvh_show_max_freq, TP_PROTO(struct cpufreq_policy *policy, unsigned int *max_freq), TP_ARGS(policy, max_freq), 1); DECLARE_HOOK(android_vh_show_max_freq, TP_PROTO(struct cpufreq_policy *policy, unsigned int *max_freq), TP_ARGS(policy, max_freq)); DECLARE_HOOK(android_vh_freq_table_limits, TP_PROTO(struct cpufreq_policy *policy, unsigned int min_freq, unsigned int max_freq), TP_ARGS(policy, min_freq, max_freq)); DECLARE_HOOK(android_vh_cpufreq_acct_update_power, TP_PROTO(u64 cputime, struct task_struct *p, unsigned int state), TP_ARGS(cputime, p, state)); DECLARE_RESTRICTED_HOOK(android_rvh_cpufreq_transition, TP_PROTO(struct cpufreq_policy *policy), TP_ARGS(policy), 1); DECLARE_HOOK(android_vh_cpufreq_resolve_freq, TP_PROTO(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int old_target_freq), TP_ARGS(policy, target_freq, old_target_freq)); DECLARE_HOOK(android_vh_cpufreq_fast_switch, TP_PROTO(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int old_target_freq), TP_ARGS(policy, target_freq, old_target_freq)); DECLARE_HOOK(android_vh_cpufreq_target, TP_PROTO(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int old_target_freq), TP_ARGS(policy, target_freq, old_target_freq)); /* macro versions of hooks are no longer required */ #endif /* _TRACE_HOOK_CPUFREQ_H */ /* This part must be outside protection */ #include