Home
last modified time | relevance | path

Searched hist:"213777 fd15fb4240ac31e61e371740e0dd9fe77e" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/tee/
H A Dtee_rpmb_fs.c213777fd15fb4240ac31e61e371740e0dd9fe77e Tue Feb 11 18:23:21 UTC 2020 Manuel Huber <mahuber@microsoft.com> Empty body for dump_fat() unless log level set to TRACE_FLOW

This patch improves RPMB performance. When called, dump_fat()
traverses the whole list of FAT entries and prints them out using
FMSG(). dump_fat() is currently called by write_fat_entry() and
rpmb_fs_setup(). With this commit, dump_fat() is only active when
debugging/tracing, and empty for productive builds.

Signed-off-by: Manuel Huber <mahuber@microsoft.com>
Reviewed-by: Jerome Forissier <jerome@forissier.org>