Searched refs:trace_record (Results 1 – 2 of 2) sorted by relevance
70 struct trace_record { struct89 extern struct trace_record *trace; argument95 void print_trace_record(struct trace_record *tr);96 struct trace_record *load_trace(void);
26 struct trace_record *trace = NULL;56 void print_trace_record(struct trace_record *tr) in print_trace_record()274 static int parse_trace_record(struct trace_record *tr, char *line) { in parse_trace_record()494 struct trace_record *load_trace(void) in load_trace()529 trace = SAFE_MALLOC(sizeof(struct trace_record) * in load_trace()