Home
last modified time | relevance | path

Searched refs:tid_to_thread (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dgecko.py59 tid_to_thread = dict() variable
264 global tid_to_thread
293 thread = tid_to_thread.get(tid)
296 tid_to_thread[tid] = thread
312 threads = [thread._to_json_dict() for thread in tid_to_thread.values()]