From bdac4418bf2850fa301473421002ba1c302a204b Mon Sep 17 00:00:00 2001 From: Sahitya Tummala Date: Fri, 25 Jun 2021 19:20:24 +0530 Subject: [PATCH] ANDROID: abi_gki_aarch64_qcom: Add android_vh_ufs_clock_scaling Add android_vh_ufs_clock_scaling symbol so that vendor module can use to influence UFS clock scaling policy. Leaf changes summary: 2 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 1 Added variable 1 Added function: [A] 'function int __traceiter_android_vh_ufs_clock_scaling(void*, ufs_hba*, bool*, bool*, bool*)' 1 Added variable: [A] 'tracepoint __tracepoint_android_vh_ufs_clock_scaling' Bug: 192050146 Change-Id: I4a908e60f1d79814fd3e2ac12512f80e33b1b748 Signed-off-by: Sahitya Tummala Signed-off-by: Nitin Rawat --- android/abi_gki_aarch64.xml | 11 +++++++++++ android/abi_gki_aarch64_qcom | 2 ++ 2 files changed, 13 insertions(+) diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index 15ed4304e038..cc36e59b99a2 100755 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -388,6 +388,7 @@ + @@ -4949,6 +4950,7 @@ + @@ -45880,6 +45882,7 @@ + @@ -46775,6 +46778,14 @@ + + + + + + + + diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index 36c6c5ac45fa..8b3561c7360f 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -2469,6 +2469,7 @@ __traceiter_android_vh_show_suspend_epoch_val __traceiter_android_vh_timer_calc_index __traceiter_android_vh_ufs_check_int_errors + __traceiter_android_vh_ufs_clock_scaling __traceiter_android_vh_ufs_compl_command __traceiter_android_vh_ufs_fill_prdt __traceiter_android_vh_ufs_prepare_command @@ -2581,6 +2582,7 @@ __tracepoint_android_vh_show_suspend_epoch_val __tracepoint_android_vh_timer_calc_index __tracepoint_android_vh_ufs_check_int_errors + __tracepoint_android_vh_ufs_clock_scaling __tracepoint_android_vh_ufs_compl_command __tracepoint_android_vh_ufs_fill_prdt __tracepoint_android_vh_ufs_prepare_command