Searched refs:trace_list (Results 1 – 2 of 2) sorted by relevance
234 static struct trace *trace_list; variable1864 struct trace *t = trace_list; in find_genesis()1916 while ((t = trace_list) != NULL) { in sort_entries()1919 trace_list = t->next; in sort_entries()2223 t->next = trace_list; in read_events()2224 trace_list = t; in read_events()
236 #define FT_COMPONENT trace_list