Searched refs:ftrace (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dtrace.c33 struct trace_call *ftrace; /* The function call records */ member in struct:trace_hdr
34 ulong ftrace_size; /* Num. of ftrace records we have space for */
35 ulong ftrace_count; /* Num. of ftrace records written */
114 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count];
269 struct trace_call *call = &hdr->ftrace[rec];
335 (ulong)map_to_sysmem(hdr), (ulong)map_to_sysmem(hdr->ftrace));
384 end = (char *)&hdr->ftrace[count];
418 hdr->ftrace = (struct trace_call *)(buff + needed);
419 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace);
461 hdr->ftrace
[all...]

Completed in 70 milliseconds