Lines Matching full:ftrace
31 struct trace_call *ftrace; /* The function call records */ member
32 ulong ftrace_size; /* Num. of ftrace records we have space for */
33 ulong ftrace_count; /* Num. of ftrace records written */
67 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_ftrace()
79 struct trace_call *rec = &hdr->ftrace[hdr->ftrace_count]; in add_textbase()
210 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()
239 #ifndef FTRACE in trace_print_stats()
240 puts("Warning: make U-Boot with FTRACE to enable function instrumenting.\n"); in trace_print_stats()
297 end = (char *)&hdr->ftrace[hdr->ftrace_count]; in trace_init()
322 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
323 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
357 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()
358 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_early_init()