Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dproftool.c470 static void out_func(ulong func_offset, int is_caller, const char *suffix) in out_func() argument
474 func = (is_caller ? find_caller_by_offset : find_func_by_offset) in out_func()