Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dtrace.c149 struct trace_output_hdr *output_hdr = NULL; in trace_list_functions()
157 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_functions()
159 ptr += sizeof(struct trace_output_hdr); in trace_list_functions()
193 struct trace_output_hdr *output_hdr = NULL; in trace_list_calls()
201 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_calls()
203 ptr += sizeof(struct trace_output_hdr); in trace_list_calls()
/OK3568_Linux_fs/u-boot/include/
H A Dtrace.h41 struct trace_output_hdr { struct
/OK3568_Linux_fs/u-boot/tools/
H A Dproftool.c232 struct trace_output_hdr hdr; in read_profile()