Searched refs:trace_record (Results 1 – 2 of 2) sorted by relevance
74 struct trace_record { struct93 extern struct trace_record *trace; argument96 void print_trace_record(struct trace_record *tr);97 struct trace_record *load_trace(void);
24 struct trace_record *trace = NULL;50 void print_trace_record(struct trace_record *tr) in print_trace_record()249 static int parse_trace_record(struct trace_record *tr, char *line) { in parse_trace_record()449 struct trace_record *load_trace(void) in load_trace()484 trace = SAFE_MALLOC(sizeof(struct trace_record) * in load_trace()