Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dtrace.h81 int trace_list_calls(void *buff, int buff_size, unsigned int *needed);
/OK3568_Linux_fs/u-boot/cmd/
H A Dtrace.c67 err = trace_list_calls(buff + buff_ptr, avail, &needed); in create_call_list()
/OK3568_Linux_fs/u-boot/lib/
H A Dtrace.c191 int trace_list_calls(void *buff, int buff_size, unsigned *needed) in trace_list_calls() function