Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cec79a8

Browse files
chunpeng lisurenbaghdasaryan
authored andcommitted
ANDROID: GKI: update symbol list file for xiaomi
1 function symbol(s) added 'unsigned long sum_mthp_stat(int, enum mthp_stat_item)' Bug: 359422098 Change-Id: Ib04e8a38e64ac641e46a376385b022e329a27388 Signed-off-by: chunpeng li <[email protected]>
1 parent 6661bca commit cec79a8

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

android/abi_gki_aarch64.stg

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295033,6 +295033,48 @@ enumeration {
295033295033
}
295034295034
}
295035295035
}
295036+
enumeration {
295037+
id: 0x6d69c879
295038+
name: "mthp_stat_item"
295039+
definition {
295040+
underlying_type_id: 0x4585663f
295041+
enumerator {
295042+
name: "MTHP_STAT_ANON_FAULT_ALLOC"
295043+
}
295044+
enumerator {
295045+
name: "MTHP_STAT_ANON_FAULT_FALLBACK"
295046+
value: 1
295047+
}
295048+
enumerator {
295049+
name: "MTHP_STAT_ANON_FAULT_FALLBACK_CHARGE"
295050+
value: 2
295051+
}
295052+
enumerator {
295053+
name: "MTHP_STAT_SWPOUT"
295054+
value: 3
295055+
}
295056+
enumerator {
295057+
name: "MTHP_STAT_SWPOUT_FALLBACK"
295058+
value: 4
295059+
}
295060+
enumerator {
295061+
name: "MTHP_STAT_SPLIT"
295062+
value: 5
295063+
}
295064+
enumerator {
295065+
name: "MTHP_STAT_SPLIT_FAILED"
295066+
value: 6
295067+
}
295068+
enumerator {
295069+
name: "MTHP_STAT_SPLIT_DEFERRED"
295070+
value: 7
295071+
}
295072+
enumerator {
295073+
name: "__MTHP_STAT_COUNT"
295074+
value: 8
295075+
}
295076+
}
295077+
}
295036295078
enumeration {
295037295079
id: 0xa13cd7c6
295038295080
name: "net_device_path_type"
@@ -314808,6 +314850,12 @@ function {
314808314850
parameter_id: 0x25ffeea5
314809314851
parameter_id: 0x0258f96e
314810314852
}
314853+
function {
314854+
id: 0x29d15eb9
314855+
return_type_id: 0x33756485
314856+
parameter_id: 0x6720d32f
314857+
parameter_id: 0x6d69c879
314858+
}
314811314859
function {
314812314860
id: 0x29da83bb
314813314861
return_type_id: 0x042af17e
@@ -415485,6 +415533,15 @@ elf_symbol {
415485415533
type_id: 0x9d6a72fd
415486415534
full_name: "subsys_system_register"
415487415535
}
415536+
elf_symbol {
415537+
id: 0x4072acf3
415538+
name: "sum_mthp_stat"
415539+
is_defined: true
415540+
symbol_type: FUNCTION
415541+
crc: 0xd18876bf
415542+
type_id: 0x29d15eb9
415543+
full_name: "sum_mthp_stat"
415544+
}
415488415545
elf_symbol {
415489415546
id: 0xdf289104
415490415547
name: "super_setup_bdi"
@@ -433693,6 +433750,7 @@ interface {
433693433750
symbol_id: 0x5577d5a8
433694433751
symbol_id: 0x0e1b0b82
433695433752
symbol_id: 0xfb52ace2
433753+
symbol_id: 0x4072acf3
433696433754
symbol_id: 0xdf289104
433697433755
symbol_id: 0x44e002a2
433698433756
symbol_id: 0x2906b2b1

android/abi_gki_aarch64_xiaomi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
blk_mq_unquiesce_tagset
7373
memblock_free
7474
mem_cgroup_move_account
75+
sum_mthp_stat
7576
__traceiter_android_vh_anon_vma_name_recog
7677
__traceiter_android_vh_restore_mm_flags
7778
__traceiter_android_vh_update_vma_flags

0 commit comments

Comments
 (0)