Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/common/
Dtegra_bl31_setup.c172 boot_profiler_add_record("[TF] early setup entry"); in bl31_early_platform_setup2()
185 boot_profiler_add_record("[TF] early setup exit"); in bl31_early_platform_setup2()
220 boot_profiler_add_record("[TF] plat setup entry"); in bl31_platform_setup()
245 boot_profiler_add_record("[TF] plat setup exit"); in bl31_platform_setup()
263 boot_profiler_add_record("[TF] bl31 exit"); in bl31_plat_runtime_setup()
285 boot_profiler_add_record("[TF] arch setup entry"); in bl31_plat_arch_setup()
323 boot_profiler_add_record("[TF] arch setup exit"); in bl31_plat_arch_setup()
/external/arm-trusted-firmware/plat/nvidia/tegra/include/lib/
Dprofiler.h17 void boot_profiler_add_record(const char *str);
/external/arm-trusted-firmware/plat/nvidia/tegra/lib/debug/
Dprofiler.c81 void boot_profiler_add_record(const char *str) in boot_profiler_add_record() function