Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dtrace.c33 ulong ftrace_size; /* Num. of ftrace records we have space for */ member
67 if (hdr->ftrace_count < hdr->ftrace_size) { in add_ftrace()
79 if (hdr->ftrace_count < hdr->ftrace_size) { in add_textbase()
207 if (count > hdr->ftrace_size) in trace_list_calls()
208 count = hdr->ftrace_size; in trace_list_calls()
254 count = min(hdr->ftrace_count, hdr->ftrace_size); in trace_print_stats()
257 if (hdr->ftrace_count > hdr->ftrace_size) { in trace_print_stats()
259 hdr->ftrace_count - hdr->ftrace_size); in trace_print_stats()
324 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
359 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_early_init()