Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtrace.c148 struct trace_output_hdr *output_hdr = NULL; in trace_list_functions()
156 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_functions()
158 ptr += sizeof(struct trace_output_hdr); in trace_list_functions()
192 struct trace_output_hdr *output_hdr = NULL; in trace_list_calls()
200 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_calls()
202 ptr += sizeof(struct trace_output_hdr); in trace_list_calls()
/openbmc/u-boot/include/
H A Dtrace.h40 struct trace_output_hdr { struct
/openbmc/u-boot/tools/
H A Dproftool.c231 struct trace_output_hdr hdr; in read_profile()