ANDROID: GKI: Add symbols to abi_gki_aarch64_vivo
Add symbols for vivo, __traceiter* and __tracepoint* are vendor hooks.
class_remove_file_ns is called by class_remove_file which will be used
when device shutdown. regulator_get_drvdata is used by pm8008 pmic.
ucsi_send_command is used by vivo USB OTG driver. all of these symbols
were used on android12-5.10 GKI 2.0 branch.
Leaf changes summary: 15 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 9 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 6 Added variables
9 Added functions:
[A] 'function int __traceiter_android_vh_mmc_attach_sd(void*, mmc_host*, u32, int)'
[A] 'function int __traceiter_android_vh_mmc_blk_mq_rw_recovery(void*, mmc_card*)'
[A] 'function int __traceiter_android_vh_mmc_blk_reset(void*, mmc_host*, int)'
[A] 'function int __traceiter_android_vh_mmc_gpio_cd_irqt(void*, mmc_host*, bool*)'
[A] 'function int __traceiter_android_vh_sd_update_bus_speed_mode(void*, mmc_card*)'
[A] 'function int __traceiter_android_vh_sdhci_get_cd(void*, sdhci_host*, bool*)'
[A] 'function void class_remove_file_ns(class*, const class_attribute*, void*)'
[A] 'function void* regulator_get_drvdata(regulator*)'
[A] 'function int ucsi_send_command(ucsi*, u64, void*, size_t)'
6 Added variables:
[A] 'tracepoint __tracepoint_android_vh_mmc_attach_sd'
[A] 'tracepoint __tracepoint_android_vh_mmc_blk_mq_rw_recovery'
[A] 'tracepoint __tracepoint_android_vh_mmc_blk_reset'
[A] 'tracepoint __tracepoint_android_vh_mmc_gpio_cd_irqt'
[A] 'tracepoint __tracepoint_android_vh_sd_update_bus_speed_mode'
[A] 'tracepoint __tracepoint_android_vh_sdhci_get_cd'
Bug: 236561618
Change-Id: I8158ca2c7052d640fd65c653c77d6b21c45952d3
Signed-off-by:
litao <tao.li@vivo.corp-partner.google.com>
Loading
Please sign in to comment