ANDROID: update symbol for unisoc vendor_hooks
Add the psci_cpu_suspend and psci_tos_resident_on. 2 function symbol(s) added 'int __traceiter_android_rvh_psci_cpu_suspend(void*, u32, bool*)' 'int __traceiter_android_rvh_psci_tos_resident_on(void*, int, bool*)' 2 variable symbol(s) added 'struct tracepoint __tracepoint_android_rvh_psci_cpu_suspend' 'struct tracepoint __tracepoint_android_rvh_psci_tos_resident_on' Bug: 284797902 Change-Id: Ie4e740757631fe6dc194bf83873a64df34769193 Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com>
This commit is contained in:
parent
b7a7fd15ed
commit
e82e89e170
2 changed files with 51 additions and 0 deletions
|
|
@ -300513,6 +300513,13 @@ function {
|
|||
parameter_id: 0x156a41de
|
||||
parameter_id: 0x156a41de
|
||||
}
|
||||
function {
|
||||
id: 0x988fe934
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x18bd6530
|
||||
parameter_id: 0xc9082b19
|
||||
parameter_id: 0x11cfee5a
|
||||
}
|
||||
function {
|
||||
id: 0x98913319
|
||||
return_type_id: 0x6720d32f
|
||||
|
|
@ -319924,6 +319931,24 @@ elf_symbol {
|
|||
type_id: 0x9bdbdcc4
|
||||
full_name: "__traceiter_android_rvh_prepare_prio_fork"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xbd2d27dc
|
||||
name: "__traceiter_android_rvh_psci_cpu_suspend"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x962f6bd0
|
||||
type_id: 0x988fe934
|
||||
full_name: "__traceiter_android_rvh_psci_cpu_suspend"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe41b0c78
|
||||
name: "__traceiter_android_rvh_psci_tos_resident_on"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xd872b19a
|
||||
type_id: 0x9a374ad4
|
||||
full_name: "__traceiter_android_rvh_psci_tos_resident_on"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x13f466b7
|
||||
name: "__traceiter_android_rvh_refrigerator"
|
||||
|
|
@ -322660,6 +322685,24 @@ elf_symbol {
|
|||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_rvh_prepare_prio_fork"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xa5e991f6
|
||||
name: "__tracepoint_android_rvh_psci_cpu_suspend"
|
||||
is_defined: true
|
||||
symbol_type: OBJECT
|
||||
crc: 0x4628ef5b
|
||||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_rvh_psci_cpu_suspend"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x261c997e
|
||||
name: "__tracepoint_android_rvh_psci_tos_resident_on"
|
||||
is_defined: true
|
||||
symbol_type: OBJECT
|
||||
crc: 0x477813d5
|
||||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_rvh_psci_tos_resident_on"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x3b6248c1
|
||||
name: "__tracepoint_android_rvh_refrigerator"
|
||||
|
|
@ -374895,6 +374938,8 @@ interface {
|
|||
symbol_id: 0x097e467e
|
||||
symbol_id: 0xfad1d9f5
|
||||
symbol_id: 0xeccbc3c1
|
||||
symbol_id: 0xbd2d27dc
|
||||
symbol_id: 0xe41b0c78
|
||||
symbol_id: 0x13f466b7
|
||||
symbol_id: 0xe3e24295
|
||||
symbol_id: 0xaedef3a2
|
||||
|
|
@ -375199,6 +375244,8 @@ interface {
|
|||
symbol_id: 0x448fc4e4
|
||||
symbol_id: 0x121537db
|
||||
symbol_id: 0x50605d97
|
||||
symbol_id: 0xa5e991f6
|
||||
symbol_id: 0x261c997e
|
||||
symbol_id: 0x3b6248c1
|
||||
symbol_id: 0x18bac297
|
||||
symbol_id: 0x1a849f34
|
||||
|
|
|
|||
|
|
@ -89,12 +89,16 @@
|
|||
__spi_alloc_controller
|
||||
__stack_chk_fail
|
||||
strcmp
|
||||
__traceiter_android_rvh_psci_cpu_suspend
|
||||
__traceiter_android_rvh_psci_tos_resident_on
|
||||
__traceiter_android_vh_get_thermal_zone_device
|
||||
__traceiter_android_vh_modify_thermal_request_freq
|
||||
__traceiter_android_vh_modify_thermal_target_freq
|
||||
__traceiter_android_vh_thermal_power_cap
|
||||
__traceiter_android_vh_thermal_register
|
||||
__traceiter_android_vh_thermal_unregister
|
||||
__tracepoint_android_rvh_psci_cpu_suspend
|
||||
__tracepoint_android_rvh_psci_tos_resident_on
|
||||
__tracepoint_android_vh_get_thermal_zone_device
|
||||
__tracepoint_android_vh_modify_thermal_request_freq
|
||||
__tracepoint_android_vh_modify_thermal_target_freq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue