ANDROID: GKI: Update pixel symbol list for thermal
Add the following symbol to allow vendor module to filter on-die tz genl event. This helps avoid thermal-hal being woken up all the time by thermal genl events, only the selected thermal_zone and cooling_device can send events from kernel. 1 function symbol(s) added 'int __traceiter_android_vh_enable_thermal_genl_check(void*, int, int, int*)' 1 variable symbol(s) added 'struct tracepoint __tracepoint_android_vh_enable_thermal_genl_check' Bug: 291846209 Change-Id: I763595ff1366196c6a16ff57d608042743fbe9fd Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
6ca2ff04a1
commit
3a8999c683
@ -301904,6 +301904,14 @@ function {
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x3c2755a3
|
||||
}
|
||||
function {
|
||||
id: 0x9a2abc7b
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x18bd6530
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x13580d6c
|
||||
}
|
||||
function {
|
||||
id: 0x9a2af11b
|
||||
return_type_id: 0x6720d32f
|
||||
@ -321219,6 +321227,15 @@ elf_symbol {
|
||||
type_id: 0x9bdc9aae
|
||||
full_name: "__traceiter_android_vh_dup_task_struct"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xdcaa59a3
|
||||
name: "__traceiter_android_vh_enable_thermal_genl_check"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xc39a1e16
|
||||
type_id: 0x9a2abc7b
|
||||
full_name: "__traceiter_android_vh_enable_thermal_genl_check"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x7ebac47a
|
||||
name: "__traceiter_android_vh_enable_thermal_power_throttle"
|
||||
@ -324369,6 +324386,15 @@ elf_symbol {
|
||||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_vh_dup_task_struct"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x54b2cd01
|
||||
name: "__tracepoint_android_vh_enable_thermal_genl_check"
|
||||
is_defined: true
|
||||
symbol_type: OBJECT
|
||||
crc: 0x29cc54bf
|
||||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_vh_enable_thermal_genl_check"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x188eab44
|
||||
name: "__tracepoint_android_vh_enable_thermal_power_throttle"
|
||||
@ -377594,6 +377620,7 @@ interface {
|
||||
symbol_id: 0x9dbd7b92
|
||||
symbol_id: 0x42312ccc
|
||||
symbol_id: 0xf432d1c9
|
||||
symbol_id: 0xdcaa59a3
|
||||
symbol_id: 0x7ebac47a
|
||||
symbol_id: 0xf586d5b6
|
||||
symbol_id: 0x1f554c2a
|
||||
@ -377944,6 +377971,7 @@ interface {
|
||||
symbol_id: 0xe2d7542c
|
||||
symbol_id: 0x988719fa
|
||||
symbol_id: 0x732a182b
|
||||
symbol_id: 0x54b2cd01
|
||||
symbol_id: 0x188eab44
|
||||
symbol_id: 0xe7584e1c
|
||||
symbol_id: 0x0d418d38
|
||||
|
@ -1987,6 +1987,7 @@
|
||||
__traceiter_android_rvh_typec_tcpci_get_vbus
|
||||
__traceiter_android_vh_cpu_idle_enter
|
||||
__traceiter_android_vh_cpu_idle_exit
|
||||
__traceiter_android_vh_enable_thermal_genl_check
|
||||
__traceiter_android_vh_ipi_stop
|
||||
__traceiter_android_vh_scheduler_tick
|
||||
__traceiter_android_vh_sysrq_crash
|
||||
@ -2022,6 +2023,7 @@
|
||||
__tracepoint_android_rvh_typec_tcpci_get_vbus
|
||||
__tracepoint_android_vh_cpu_idle_enter
|
||||
__tracepoint_android_vh_cpu_idle_exit
|
||||
__tracepoint_android_vh_enable_thermal_genl_check
|
||||
__tracepoint_android_vh_ipi_stop
|
||||
__tracepoint_android_vh_scheduler_tick
|
||||
__tracepoint_android_vh_sysrq_crash
|
||||
|
Loading…
Reference in New Issue
Block a user