Home
last modified time | relevance | path

Searched refs:func_ptr (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/
A Dtrace.c46 func_ptr_to_num(void *func_ptr) in func_ptr_to_num() argument
48 uintptr_t offset = (uintptr_t)func_ptr; in func_ptr_to_num()
104 static void __attribute__((no_instrument_function)) add_ftrace(void *func_ptr, in add_ftrace() argument
114 rec->func = func_ptr_to_num(func_ptr); in add_ftrace()
143 void *func_ptr, void *caller) in __cyg_profile_func_enter() argument
149 add_ftrace(func_ptr, caller, FUNCF_ENTRY); in __cyg_profile_func_enter()
150 func = func_ptr_to_num(func_ptr); in __cyg_profile_func_enter()
171 void *func_ptr, void *caller) in __cyg_profile_func_exit() argument
175 add_ftrace(func_ptr, caller, FUNCF_EXIT); in __cyg_profile_func_exit()
/u-boot/lib/efi_loader/
A Defi_freestanding.c104 __cyg_profile_func_enter(void *func_ptr, void *caller) in __cyg_profile_func_enter() argument
120 __cyg_profile_func_exit(void *func_ptr, void *caller) in __cyg_profile_func_exit() argument

Completed in 4 milliseconds