Searched refs:trace_list (Results 1 – 2 of 2) sorted by relevance
198 def _ConvertTraceListToDictionary(trace_list): argument200 for trace in 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()