ANDROID: GKI: Add symbols to symbol list for vivo
INFO: 1 function symbol(s) added 'int __traceiter_android_vh_tune_scan_type(void*, enum scan_balance*)' 1 variable symbol(s) added 'struct tracepoint __tracepoint_android_vh_tune_scan_type' Bug: 294180281 Change-Id: I171099cdbe68c04885e286554f56290356d543d2 Signed-off-by: Jiewen Wang <jiewen.wang@vivo.com>
This commit is contained in:
parent
dbb09068c1
commit
3926cc6ef8
@ -2743,6 +2743,11 @@ pointer_reference {
|
||||
kind: POINTER
|
||||
pointee_type_id: 0x0028f2f5
|
||||
}
|
||||
pointer_reference {
|
||||
id: 0x0a9e3ca3
|
||||
kind: POINTER
|
||||
pointee_type_id: 0x00381413
|
||||
}
|
||||
pointer_reference {
|
||||
id: 0x0aa1f0ee
|
||||
kind: POINTER
|
||||
@ -273756,6 +273761,28 @@ enumeration {
|
||||
}
|
||||
}
|
||||
}
|
||||
enumeration {
|
||||
id: 0x00381413
|
||||
name: "scan_balance"
|
||||
definition {
|
||||
underlying_type_id: 0x4585663f
|
||||
enumerator {
|
||||
name: "SCAN_EQUAL"
|
||||
}
|
||||
enumerator {
|
||||
name: "SCAN_FRACT"
|
||||
value: 1
|
||||
}
|
||||
enumerator {
|
||||
name: "SCAN_ANON"
|
||||
value: 2
|
||||
}
|
||||
enumerator {
|
||||
name: "SCAN_FILE"
|
||||
value: 3
|
||||
}
|
||||
}
|
||||
}
|
||||
enumeration {
|
||||
id: 0xbcb85241
|
||||
name: "scsi_cmnd_submitter"
|
||||
@ -307421,6 +307448,12 @@ function {
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x18150d9f
|
||||
}
|
||||
function {
|
||||
id: 0x9b85c291
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x18bd6530
|
||||
parameter_id: 0x0a9e3ca3
|
||||
}
|
||||
function {
|
||||
id: 0x9b85c36d
|
||||
return_type_id: 0x6720d32f
|
||||
@ -325534,6 +325567,15 @@ elf_symbol {
|
||||
type_id: 0x9b2837bd
|
||||
full_name: "__traceiter_android_vh_try_to_unmap_one"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x39155e73
|
||||
name: "__traceiter_android_vh_tune_scan_type"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x24602ed2
|
||||
type_id: 0x9b85c291
|
||||
full_name: "__traceiter_android_vh_tune_scan_type"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x8a773cc3
|
||||
name: "__traceiter_android_vh_typec_store_partner_src_caps"
|
||||
@ -328774,6 +328816,15 @@ elf_symbol {
|
||||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_vh_try_to_unmap_one"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x49b955bd
|
||||
name: "__tracepoint_android_vh_tune_scan_type"
|
||||
is_defined: true
|
||||
symbol_type: OBJECT
|
||||
crc: 0x45da6384
|
||||
type_id: 0x18ccbd2c
|
||||
full_name: "__tracepoint_android_vh_tune_scan_type"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x18e67da1
|
||||
name: "__tracepoint_android_vh_typec_store_partner_src_caps"
|
||||
@ -381466,6 +381517,7 @@ interface {
|
||||
symbol_id: 0x2bc25325
|
||||
symbol_id: 0x0119fc41
|
||||
symbol_id: 0xd9f43028
|
||||
symbol_id: 0x39155e73
|
||||
symbol_id: 0x8a773cc3
|
||||
symbol_id: 0x9545623c
|
||||
symbol_id: 0x558490b1
|
||||
@ -381826,6 +381878,7 @@ interface {
|
||||
symbol_id: 0xd9d2bcff
|
||||
symbol_id: 0x09ba106b
|
||||
symbol_id: 0xf9580976
|
||||
symbol_id: 0x49b955bd
|
||||
symbol_id: 0x18e67da1
|
||||
symbol_id: 0x75a2f39e
|
||||
symbol_id: 0x7b5c377f
|
||||
|
@ -419,6 +419,7 @@
|
||||
__traceiter_android_vh_try_to_freeze_todo
|
||||
__traceiter_android_vh_try_to_freeze_todo_unfrozen
|
||||
__traceiter_android_vh_try_to_unmap_one
|
||||
__traceiter_android_vh_tune_scan_type
|
||||
__traceiter_android_vh_ufs_check_int_errors
|
||||
__traceiter_android_vh_ufs_clock_scaling
|
||||
__traceiter_android_vh_ufs_compl_command
|
||||
@ -588,6 +589,7 @@
|
||||
__tracepoint_android_vh_try_to_unmap_one
|
||||
__tracepoint_android_vh_try_to_freeze_todo
|
||||
__tracepoint_android_vh_try_to_freeze_todo_unfrozen
|
||||
__tracepoint_android_vh_tune_scan_type
|
||||
__tracepoint_android_vh_ufs_check_int_errors
|
||||
__tracepoint_android_vh_ufs_clock_scaling
|
||||
__tracepoint_android_vh_ufs_compl_command
|
||||
|
Loading…
Reference in New Issue
Block a user