mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-07 09:55:19 +02:00
ANDROID: GKI: update symbol list for unisoc
2 function symbol(s) added 'int em_update_performance_limits(struct em_perf_domain*, unsigned long, unsigned long)' 'unsigned int kstat_irqs_cpu(unsigned int, int)' Bug: 352464394 Change-Id: I2f227ad42839e85e5965bf0819d9dca7e7290f11 Signed-off-by: Xuewen Yan <xuewen.yan@unisoc.com>
This commit is contained in:
parent
48509bef2a
commit
9443f1fa14
|
@ -310821,6 +310821,13 @@ function {
|
|||
parameter_id: 0x4585663f
|
||||
parameter_id: 0x3e10b518
|
||||
}
|
||||
function {
|
||||
id: 0x9095a736
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x3751334b
|
||||
parameter_id: 0x33756485
|
||||
parameter_id: 0x33756485
|
||||
}
|
||||
function {
|
||||
id: 0x90977154
|
||||
return_type_id: 0x6720d32f
|
||||
|
@ -368126,6 +368133,15 @@ elf_symbol {
|
|||
type_id: 0xcd034217
|
||||
full_name: "em_pd_get"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xbd5eb2a5
|
||||
name: "em_update_performance_limits"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x7e273c8a
|
||||
type_id: 0x9095a736
|
||||
full_name: "em_update_performance_limits"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x2935539f
|
||||
name: "emergency_restart"
|
||||
|
@ -377613,6 +377629,15 @@ elf_symbol {
|
|||
type_id: 0xebfdc849
|
||||
full_name: "kstat"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x2b3485f8
|
||||
name: "kstat_irqs_cpu"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xb6bffb99
|
||||
type_id: 0xde26a438
|
||||
full_name: "kstat_irqs_cpu"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x2f71359b
|
||||
name: "kstat_irqs_usr"
|
||||
|
@ -411611,6 +411636,7 @@ interface {
|
|||
symbol_id: 0x7c5cca7e
|
||||
symbol_id: 0xe51bdd4e
|
||||
symbol_id: 0x057c622d
|
||||
symbol_id: 0xbd5eb2a5
|
||||
symbol_id: 0x2935539f
|
||||
symbol_id: 0x8f99729e
|
||||
symbol_id: 0xb6a9c6f8
|
||||
|
@ -412661,6 +412687,7 @@ interface {
|
|||
symbol_id: 0x2c162109
|
||||
symbol_id: 0x9c9d432c
|
||||
symbol_id: 0x3004454e
|
||||
symbol_id: 0x2b3485f8
|
||||
symbol_id: 0x2f71359b
|
||||
symbol_id: 0xdf35d747
|
||||
symbol_id: 0x5dcc8e77
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
em_dev_update_chip_binning
|
||||
em_dev_update_perf_domain
|
||||
em_pd_get
|
||||
em_update_performance_limits
|
||||
finish_wait
|
||||
fortify_panic
|
||||
idr_alloc
|
||||
|
@ -32,10 +33,15 @@
|
|||
init_timer_key
|
||||
init_wait_entry
|
||||
__init_waitqueue_head
|
||||
irq_to_desc
|
||||
kernel_cpustat
|
||||
kfree
|
||||
__kmalloc
|
||||
kmalloc_caches
|
||||
kmalloc_trace
|
||||
kstat
|
||||
kstat_irqs_cpu
|
||||
kstat_irqs_usr
|
||||
ktime_get_boot_fast_ns
|
||||
__list_add_valid_or_report
|
||||
__list_del_entry_valid_or_report
|
||||
|
@ -48,6 +54,9 @@
|
|||
__mutex_init
|
||||
mutex_lock
|
||||
mutex_unlock
|
||||
nr_cpu_ids
|
||||
nr_ipi_get
|
||||
nr_irqs
|
||||
__per_cpu_offset
|
||||
perf_aux_output_skip
|
||||
prepare_to_wait_event
|
||||
|
|
Loading…
Reference in New Issue
Block a user