Home
last modified time | relevance | path

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

/u-boot/lib/
A Dtrace.c35 ulong ftrace_count; /* Num. of ftrace records written */ member
111 if (hdr->ftrace_count < hdr->ftrace_size) { in add_ftrace()
112 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()
118 hdr->ftrace_count++; in add_ftrace()
123 if (hdr->ftrace_count < hdr->ftrace_size) { in add_textbase()
130 hdr->ftrace_count++; in add_textbase()
265 count = hdr->ftrace_count; in trace_list_calls()
316 count = min(hdr->ftrace_count, hdr->ftrace_size); in trace_print_stats()
319 if (hdr->ftrace_count > hdr->ftrace_size) { in trace_print_stats()
321 hdr->ftrace_count - hdr->ftrace_size); in trace_print_stats()
[all …]

Completed in 3 milliseconds