Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtrace.c31 struct trace_call *ftrace; /* The function call records */
67 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()
79 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()
209 if (ptr + sizeof(struct trace_call) < end) { in trace_list_calls()
210 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()
211 struct trace_call *out = ptr; in trace_list_calls()
218 ptr += sizeof(struct trace_call); in trace_list_calls()
322 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
357 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()
/openbmc/u-boot/tools/
H A Dproftool.c56 struct trace_call *call_list;
210 struct trace_call *call_data; in read_calls()
214 call_list = (struct trace_call *)calloc(count, sizeof(*call_data)); in read_calls()
494 struct trace_call *call; in make_ftrace()
/openbmc/u-boot/include/
H A Dtrace.h74 struct trace_call { struct