mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: Pixel: Add missing symbol to symbol list
Pixel MM Metrics:
add the missing symbol 'seq_put_decimal_ll' and re-do update list
Bug: 299190787
Test: local build
Change-Id: I005ccfa15cee8252bc51242460bbab9b7d0eb2ab
Signed-off-by: Robin Hsu <robinhsu@google.com>
This commit is contained in:
@@ -265294,6 +265294,13 @@ function {
|
||||
parameter_id: 0x06835e9c
|
||||
parameter_id: 0x33756485
|
||||
}
|
||||
function {
|
||||
id: 0x11f73b29
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x0665e6b6
|
||||
parameter_id: 0x3e10b518
|
||||
parameter_id: 0x39470e64
|
||||
}
|
||||
function {
|
||||
id: 0x11f90280
|
||||
return_type_id: 0x48b5725f
|
||||
@@ -351030,6 +351037,15 @@ elf_symbol {
|
||||
type_id: 0x11d02068
|
||||
full_name: "seq_printf"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe76b6b25
|
||||
name: "seq_put_decimal_ll"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xc1afb8cd
|
||||
type_id: 0x11f73b29
|
||||
full_name: "seq_put_decimal_ll"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xaa52ec65
|
||||
name: "seq_put_decimal_ull_width"
|
||||
@@ -369671,6 +369687,7 @@ interface {
|
||||
symbol_id: 0xfae0b182
|
||||
symbol_id: 0x9ef87854
|
||||
symbol_id: 0xc5442265
|
||||
symbol_id: 0xe76b6b25
|
||||
symbol_id: 0xaa52ec65
|
||||
symbol_id: 0x25bebf3b
|
||||
symbol_id: 0x59b4ca07
|
||||
|
||||
@@ -1836,6 +1836,7 @@
|
||||
__seq_open_private
|
||||
seq_printf
|
||||
seq_putc
|
||||
seq_put_decimal_ll
|
||||
seq_put_decimal_ull_width
|
||||
seq_puts
|
||||
seq_read
|
||||
|
||||
Reference in New Issue
Block a user