Lines Matching refs:end
195 void *end, *ptr = buff; in trace_list_functions() local
199 end = buff ? buff + buff_size : NULL; in trace_list_functions()
202 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_functions()
213 if (ptr + sizeof(struct trace_output_func) < end) { in trace_list_functions()
231 if (ptr > end) in trace_list_functions()
252 void *end, *ptr = buff; in trace_list_calls() local
256 end = buff ? buff + buff_size : NULL; in trace_list_calls()
259 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_calls()
268 if (ptr + sizeof(struct trace_call) < end) { in trace_list_calls()
291 if (ptr > end) in trace_list_calls()
368 char *end; in trace_init_() local
378 end = (char *)&hdr->ftrace[count]; in trace_init_()
379 used = end - (char *)hdr; in trace_init_()