ANDROID: export one function for mm metrics

export function for procfs node formating

Bug: 299190787
Signed-off-by: Robin Hsu <robinhsu@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:6152faa02ea853d97458a02347142ac6001a60f5)
Change-Id: I71e6a0815efa8df99d036bf457b8a0081999f3de
This commit is contained in:
Robin Hsu
2024-05-13 09:45:16 +00:00
committed by Dmitry Skiba
parent fb42336fc7
commit 50eb8d5d44
+1
View File
@@ -719,6 +719,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)