This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change @@ -295033,6 +295033,48 @@ enumeration {
295033
295033
}
295034
295034
}
295035
295035
}
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
+ }
295036
295078
enumeration {
295037
295079
id: 0xa13cd7c6
295038
295080
name: "net_device_path_type"
@@ -314808,6 +314850,12 @@ function {
314808
314850
parameter_id: 0x25ffeea5
314809
314851
parameter_id: 0x0258f96e
314810
314852
}
314853
+ function {
314854
+ id: 0x29d15eb9
314855
+ return_type_id: 0x33756485
314856
+ parameter_id: 0x6720d32f
314857
+ parameter_id: 0x6d69c879
314858
+ }
314811
314859
function {
314812
314860
id: 0x29da83bb
314813
314861
return_type_id: 0x042af17e
@@ -415485,6 +415533,15 @@ elf_symbol {
415485
415533
type_id: 0x9d6a72fd
415486
415534
full_name: "subsys_system_register"
415487
415535
}
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
+ }
415488
415545
elf_symbol {
415489
415546
id: 0xdf289104
415490
415547
name: "super_setup_bdi"
@@ -433693,6 +433750,7 @@ interface {
433693
433750
symbol_id: 0x5577d5a8
433694
433751
symbol_id: 0x0e1b0b82
433695
433752
symbol_id: 0xfb52ace2
433753
+ symbol_id: 0x4072acf3
433696
433754
symbol_id: 0xdf289104
433697
433755
symbol_id: 0x44e002a2
433698
433756
symbol_id: 0x2906b2b1
Original file line number Diff line number Diff line change 72
72
blk_mq_unquiesce_tagset
73
73
memblock_free
74
74
mem_cgroup_move_account
75
+ sum_mthp_stat
75
76
__traceiter_android_vh_anon_vma_name_recog
76
77
__traceiter_android_vh_restore_mm_flags
77
78
__traceiter_android_vh_update_vma_flags
You can’t perform that action at this time.
0 commit comments