ANDROID: GKI: update symbol list for galaxy
1 function symbol(s) added 'u64 gcma_stat_get(enum gcma_stat_type)' Bug: 410432482 Change-Id: If0d9a4a1e6d66dc541fcc209a8dd0b2ac0dfbe43 Signed-off-by: Sooyong Suk <s.suk@samsung.corp-partner.google.com>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
5f47bdeb07
commit
73009db42b
@@ -356821,6 +356821,44 @@ enumeration {
|
||||
}
|
||||
}
|
||||
}
|
||||
enumeration {
|
||||
id: 0x168da7aa
|
||||
name: "gcma_stat_type"
|
||||
definition {
|
||||
underlying_type_id: 0x4585663f
|
||||
enumerator {
|
||||
name: "ALLOCATED_PAGE"
|
||||
}
|
||||
enumerator {
|
||||
name: "STORED_PAGE"
|
||||
value: 1
|
||||
}
|
||||
enumerator {
|
||||
name: "LOADED_PAGE"
|
||||
value: 2
|
||||
}
|
||||
enumerator {
|
||||
name: "EVICTED_PAGE"
|
||||
value: 3
|
||||
}
|
||||
enumerator {
|
||||
name: "CACHED_PAGE"
|
||||
value: 4
|
||||
}
|
||||
enumerator {
|
||||
name: "DISCARDED_PAGE"
|
||||
value: 5
|
||||
}
|
||||
enumerator {
|
||||
name: "TOTAL_PAGE"
|
||||
value: 6
|
||||
}
|
||||
enumerator {
|
||||
name: "NUM_OF_GCMA_STAT"
|
||||
value: 7
|
||||
}
|
||||
}
|
||||
}
|
||||
enumeration {
|
||||
id: 0x42ebe6bd
|
||||
name: "geni_se_xfer_mode"
|
||||
@@ -388568,6 +388606,11 @@ function {
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x4585663f
|
||||
}
|
||||
function {
|
||||
id: 0x5278baa1
|
||||
return_type_id: 0x92233392
|
||||
parameter_id: 0x168da7aa
|
||||
}
|
||||
function {
|
||||
id: 0x5281433c
|
||||
return_type_id: 0x92233392
|
||||
@@ -463838,6 +463881,15 @@ elf_symbol {
|
||||
type_id: 0x1c88dd20
|
||||
full_name: "gcma_free_range"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xc60a070d
|
||||
name: "gcma_stat_get"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x3ee65e01
|
||||
type_id: 0x5278baa1
|
||||
full_name: "gcma_stat_get"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xc3be8e53
|
||||
name: "gen_pool_add_owner"
|
||||
@@ -512841,6 +512893,7 @@ interface {
|
||||
symbol_id: 0x4e154d27
|
||||
symbol_id: 0xd338db76
|
||||
symbol_id: 0x2e290469
|
||||
symbol_id: 0xc60a070d
|
||||
symbol_id: 0xc3be8e53
|
||||
symbol_id: 0xc0d67a7b
|
||||
symbol_id: 0x838e302b
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
free_hpage
|
||||
gcma_alloc_range
|
||||
gcma_free_range
|
||||
gcma_stat_get
|
||||
generic_file_read_iter
|
||||
generic_perform_write
|
||||
get_pfnblock_flags_mask
|
||||
|
||||
Reference in New Issue
Block a user