Searched refs:trace_list (Results 1 – 3 of 3) sorted by relevance
185 def _ConvertTraceListToDictionary(trace_list): argument187 for trace in trace_list:
239 #define FT_COMPONENT trace_list
234 static struct trace *trace_list; variable1925 struct trace *t = trace_list; in find_genesis()1977 while ((t = trace_list) != NULL) { in sort_entries()1980 trace_list = t->next; in sort_entries()2287 t->next = trace_list; in read_events()2288 trace_list = t; in read_events()