ANDROID: export one function for mm metrics

export function for sysfs node formating

Bug: 299190787
Change-Id: I71e6a0815efa8df99d036bf457b8a0081999f3de
Signed-off-by: Robin Hsu <robinhsu@google.com>
This commit is contained in:
Robin Hsu 2024-05-13 09:45:16 +00:00 committed by Treehugger Robot
parent 117a941226
commit 274e3e9696
3 changed files with 20 additions and 0 deletions

View File

@ -293560,6 +293560,14 @@ function {
parameter_id: 0x3e10b518
parameter_id: 0xd5df6730
}
function {
id: 0x11cd0b26
return_type_id: 0x48b5725f
parameter_id: 0x0665e6b6
parameter_id: 0x3e10b518
parameter_id: 0xd5df6730
parameter_id: 0x4585663f
}
function {
id: 0x11cf2aed
return_type_id: 0x48b5725f
@ -392275,6 +392283,15 @@ elf_symbol {
type_id: 0x11cc1d33
full_name: "seq_put_decimal_ull"
}
elf_symbol {
id: 0xaa52ec65
name: "seq_put_decimal_ull_width"
is_defined: true
symbol_type: FUNCTION
crc: 0x20672e2a
type_id: 0x11cd0b26
full_name: "seq_put_decimal_ull_width"
}
elf_symbol {
id: 0x25bebf3b
name: "seq_putc"
@ -414186,6 +414203,7 @@ interface {
symbol_id: 0xc5442265
symbol_id: 0xe76b6b25
symbol_id: 0x05b70a90
symbol_id: 0xaa52ec65
symbol_id: 0x25bebf3b
symbol_id: 0x59b4ca07
symbol_id: 0xba8007cd

View File

@ -1988,6 +1988,7 @@
seq_putc
seq_put_decimal_ll
seq_put_decimal_ull
seq_put_decimal_ull_width
seq_puts
seq_read
seq_release

View File

@ -726,6 +726,7 @@ void seq_put_decimal_ull_width(struct seq_file *m, const char *delimiter,
overflow:
seq_set_overflow(m);
}
EXPORT_SYMBOL(seq_put_decimal_ull_width);
void seq_put_decimal_ull(struct seq_file *m, const char *delimiter,
unsigned long long num)