Searched refs:ftrace_count (Results 1 – 1 of 1) sorted by relevance
34 ulong ftrace_count; /* Num. of ftrace records written */ member67 if (hdr->ftrace_count < hdr->ftrace_size) { in add_ftrace()68 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()74 hdr->ftrace_count++; in add_ftrace()79 if (hdr->ftrace_count < hdr->ftrace_size) { in add_textbase()80 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()86 hdr->ftrace_count++; in add_textbase()206 count = hdr->ftrace_count; 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()[all …]