Searched refs:trace_output_hdr (Results 1 – 3 of 3) sorted by relevance
149 struct trace_output_hdr *output_hdr = NULL; in trace_list_functions()157 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_functions()159 ptr += sizeof(struct trace_output_hdr); in trace_list_functions()193 struct trace_output_hdr *output_hdr = NULL; in trace_list_calls()201 if (ptr + sizeof(struct trace_output_hdr) < end) in trace_list_calls()203 ptr += sizeof(struct trace_output_hdr); in trace_list_calls()
41 struct trace_output_hdr { struct
232 struct trace_output_hdr hdr; in read_profile()