mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: cpufreq: Export cpu_frequency_limits tracepoint
Export cpu_frequency_limits trace point so that vendor modules can register callbacks. Bug: 182088677 Change-Id: I169c4c906ee3c760839c0757b5699f9e7b9e7646 Signed-off-by: Pavankumar Kondeti <quic_pkondeti@quicinc.com>
This commit is contained in:
committed by
Quentin Perret
parent
9cbbfb3db2
commit
55839c6999
@@ -2539,6 +2539,7 @@ static int cpufreq_set_policy(struct cpufreq_policy *policy,
|
||||
|
||||
return ret;
|
||||
}
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency_limits);
|
||||
|
||||
/**
|
||||
* cpufreq_update_policy - Re-evaluate an existing cpufreq policy.
|
||||
|
||||
Reference in New Issue
Block a user