Home
last modified time | relevance | path

Searched refs:boot_profiler_add_record (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/common/
H A Dtegra_bl31_setup.c173 boot_profiler_add_record("[TF] early setup entry"); in bl31_early_platform_setup2()
186 boot_profiler_add_record("[TF] early setup exit"); in bl31_early_platform_setup2()
221 boot_profiler_add_record("[TF] plat setup entry"); in bl31_platform_setup()
246 boot_profiler_add_record("[TF] plat setup exit"); in bl31_platform_setup()
264 boot_profiler_add_record("[TF] bl31 exit"); in bl31_plat_runtime_setup()
286 boot_profiler_add_record("[TF] arch setup entry"); in bl31_plat_arch_setup()
324 boot_profiler_add_record("[TF] arch setup exit"); in bl31_plat_arch_setup()
/rk3399_ARM-atf/plat/nvidia/tegra/include/lib/
H A Dprofiler.h17 void boot_profiler_add_record(const char *str);
/rk3399_ARM-atf/plat/nvidia/tegra/lib/debug/
H A Dprofiler.c81 void boot_profiler_add_record(const char *str) in boot_profiler_add_record() function