Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dfutex-contention.py21 thread_blocktime = {} variable
34 thread_blocktime[tid] = nsecs(s, ns)
38 if tid in thread_blocktime:
39 elapsed = nsecs(s, ns) - thread_blocktime[tid]
41 del thread_blocktime[tid]