Home
last modified time | relevance | path

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

/u-boot/lib/
A Dtrace.c34 ulong ftrace_size; /* Num. of ftrace records we have space for */ member
111 if (hdr->ftrace_count < hdr->ftrace_size) { in add_ftrace()
123 if (hdr->ftrace_count < hdr->ftrace_size) { in add_textbase()
266 if (count > hdr->ftrace_size) in trace_list_calls()
267 count = hdr->ftrace_size; 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()
364 hdr->ftrace_size)]; in trace_init()
390 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
[all …]
/u-boot/cmd/
A DKconfig1859 Size of ftrace log, should be identical to ramoops.ftrace_size

Completed in 10 milliseconds