Searched refs:trace_call (Results 1 – 3 of 3) sorted by relevance
31 struct trace_call *ftrace; /* The function call records */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()209 if (ptr + sizeof(struct trace_call) < end) { in trace_list_calls()210 struct trace_call *call = &hdr->ftrace[rec]; in trace_list_calls()211 struct trace_call *out = ptr; in trace_list_calls()218 ptr += sizeof(struct trace_call); in trace_list_calls()322 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()357 hdr->ftrace = (struct trace_call *)((char *)hdr + needed); in trace_early_init()
56 struct trace_call *call_list;210 struct trace_call *call_data; in read_calls()214 call_list = (struct trace_call *)calloc(count, sizeof(*call_data)); in read_calls()494 struct trace_call *call; in make_ftrace()
74 struct trace_call { struct