Lines Matching refs:trace
85 str(sum([trace[1] for trace in trace_counts_list_ordered])))
87 print(Counter([trace[1] for trace in trace_counts_list_ordered]))
89 for trace in trace_counts_list_ordered:
91 str(trace[1]) +
93 output_file.write(trace[0].strip())
98 symbol_file_split = [trace for trace in symbol_file_split
99 if trace is not None]
103 cat_split = [trace for trace in symbol_file_split
104 if cat_name in trace]
108 noncat_split = [trace for trace in symbol_file_split
109 if cat_name not in trace]
122 noncat_split = [trace for trace in symbol_file_split if
123 all(cat_name not in trace
244 data_lists["cat_list"] = [categories[find_match(categories, trace)]
245 for trace in symbol_file_split]