Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dproftool.c172 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset() function
475 func = (is_caller ? find_caller_by_offset : find_func_by_offset) in out_func()
504 struct func_info *func = find_func_by_offset(call->func); in make_ftrace()