Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dtrace.h61 int trace_list_functions(void *buff, int buff_size, unsigned *needed);
/rk3399_rockchip-uboot/cmd/
H A Dtrace.c43 err = trace_list_functions(buff + buff_ptr, avail, &needed); in create_func_list()
/rk3399_rockchip-uboot/lib/
H A Dtrace.c147 int trace_list_functions(void *buff, int buff_size, unsigned int *needed) in trace_list_functions() function