Searched refs:thread_dict (Results 1 - 1 of 1) sorted by relevance

/gem5/util/streamline/
H A Dm5stats2streamline.py167 thread_dict = {} variable
554 global process_dict, thread_dict, process_list
651 if not pid in thread_dict:
657 thread_dict[pid] = thread
660 if thread_dict[pid].task_name != task_name:
661 thread_dict[pid].task_name = task_name
666 task = thread_dict[pid]

Completed in 7 milliseconds