From 749d6e7f2c9b2955b3ec42e29c190bae69fea421 Mon Sep 17 00:00:00 2001 From: Charan Teja Reddy Date: Fri, 9 Jul 2021 21:07:14 +0530 Subject: [PATCH] ANDROID: abi_gki_aarch64_qcom: Add vendor hook for shmem_alloc_page The commit 964220d0801b ("ANDROID: shmem: vendor hook in shmem_alloc_page") adds a vendor hook related to getting the page from driver maintained pool first for the shmem pages. It also requires already exported __mod_node_page_state function. Add these symbols to the list. 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 void __mod_node_page_state(pglist_data*, node_stat_item, long int)' 1 Added variable: [A] 'tracepoint __tracepoint_android_vh_shmem_alloc_page' Bug: 187798288 Change-Id: Id4859df62a401f9b10daf9388cdb91f4aec99b78 Signed-off-by: Charan Teja Reddy --- android/abi_gki_aarch64.xml | 9 +++++++++ android/abi_gki_aarch64_qcom | 2 ++ 2 files changed, 11 insertions(+) diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index 11b83b691edb..c0fd4d0427b7 100755 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -145,6 +145,7 @@ + @@ -5007,6 +5008,7 @@ + @@ -105768,6 +105770,12 @@ + + + + + + @@ -107695,6 +107703,7 @@ + diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index 952c84c8dd1c..972b6ed9acdd 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -1420,6 +1420,7 @@ mmc_send_tuning mmput mod_delayed_work_on + __mod_node_page_state mod_node_page_state mod_timer __module_get @@ -2635,6 +2636,7 @@ __tracepoint_android_vh_psi_group __tracepoint_android_vh_rproc_recovery __tracepoint_android_vh_scheduler_tick + __tracepoint_android_vh_shmem_alloc_page __tracepoint_android_vh_show_max_freq __tracepoint_android_vh_show_resume_epoch_val __tracepoint_android_vh_show_suspend_epoch_val