Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dtrace.c33 ulong ftrace_count; /* Num. of ftrace records written */ member
66 if (hdr->ftrace_count < hdr->ftrace_size) { in add_ftrace()
67 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()
73 hdr->ftrace_count++; in add_ftrace()
78 if (hdr->ftrace_count < hdr->ftrace_size) { in add_textbase()
79 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()
85 hdr->ftrace_count++; in add_textbase()
205 count = hdr->ftrace_count; in trace_list_calls()
253 count = min(hdr->ftrace_count, hdr->ftrace_size); in trace_print_stats()
256 if (hdr->ftrace_count > hdr->ftrace_size) { in trace_print_stats()
[all …]