Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dtrace.c32 struct trace_call *ftrace; /* The function call records */
68 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()
80 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()
210 if (ptr + sizeof(struct trace_call) < end) { in trace_list_calls()
211 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()
212 struct trace_call *out = ptr; in trace_list_calls()
219 ptr += sizeof(struct trace_call); in trace_list_calls()
323 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
358 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()
/OK3568_Linux_fs/u-boot/tools/
H A Dproftool.c57 struct trace_call *call_list;
211 struct trace_call *call_data; in read_calls()
215 call_list = (struct trace_call *)calloc(count, sizeof(*call_data)); in read_calls()
495 struct trace_call *call; in make_ftrace()
/OK3568_Linux_fs/u-boot/include/
H A Dtrace.h75 struct trace_call { struct