ANDROID: GKI: add symbol list file for honor
add abi_gki_aarch64_honor Leaf changes summary: 10 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 5 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 5 Added variables 5 Added functions: [A] 'function int __traceiter_android_vh_alter_mutex_list_add(void*, mutex*, mutex_waiter*, list_head*, bool*)' [A] 'function int __traceiter_android_vh_mutex_init(void*, mutex*)' [A] 'function int __traceiter_android_vh_mutex_unlock_slowpath(void*, mutex*)' [A] 'function int __traceiter_android_vh_mutex_wait_finish(void*, mutex*)' [A] 'function int __traceiter_android_vh_mutex_wait_start(void*, mutex*)' 5 Added variables: [A] 'tracepoint __tracepoint_android_vh_alter_mutex_list_add' [A] 'tracepoint __tracepoint_android_vh_mutex_init' [A] 'tracepoint __tracepoint_android_vh_mutex_unlock_slowpath' [A] 'tracepoint __tracepoint_android_vh_mutex_wait_finish' [A] 'tracepoint __tracepoint_android_vh_mutex_wait_start' Bug: 231527236 Change-Id: Id3125e93696d91b3daed2ff74c17edb0235c3aa2 Signed-off-by: huang dezhi <huangdezhi@hihonor.com>
This commit is contained in:
parent
4993f5a6dd
commit
536083a4ce
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,19 @@
|
|||
[abi_symbol_list]
|
||||
__traceiter_android_vh_rwsem_init
|
||||
__traceiter_android_vh_rwsem_wake
|
||||
__traceiter_android_vh_rwsem_write_finished
|
||||
__traceiter_android_vh_alter_rwsem_list_add
|
||||
__traceiter_android_vh_mutex_init
|
||||
__traceiter_android_vh_alter_mutex_list_add
|
||||
__traceiter_android_vh_mutex_unlock_slowpath
|
||||
__traceiter_android_vh_mutex_wait_start
|
||||
__traceiter_android_vh_mutex_wait_finish
|
||||
__tracepoint_android_vh_rwsem_init
|
||||
__tracepoint_android_vh_rwsem_wake
|
||||
__tracepoint_android_vh_rwsem_write_finished
|
||||
__tracepoint_android_vh_alter_rwsem_list_add
|
||||
__tracepoint_android_vh_mutex_init
|
||||
__tracepoint_android_vh_alter_mutex_list_add
|
||||
__tracepoint_android_vh_mutex_unlock_slowpath
|
||||
__tracepoint_android_vh_mutex_wait_start
|
||||
__tracepoint_android_vh_mutex_wait_finish
|
|
@ -17,6 +17,7 @@ android/abi_gki_aarch64_db845c
|
|||
android/abi_gki_aarch64_exynos
|
||||
android/abi_gki_aarch64_exynosauto
|
||||
android/abi_gki_aarch64_fips140
|
||||
android/abi_gki_aarch64_honor
|
||||
android/abi_gki_aarch64_imx
|
||||
android/abi_gki_aarch64_pixel
|
||||
android/abi_gki_aarch64_mtktv
|
||||
|
|
Loading…
Reference in New Issue