Home
last modified time | relevance | path

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

/external/bcc/tools/
Ddeadlock_detector.py329 thread_pid = graph.attributes(m, n)['thread_pid']
333 thread_pids.add(thread_pid)
336 node_addr_to_name[n], node_addr_to_name[m], thread_pid,
344 (node_addr_to_name[m], thread_pid, thread_comm)
350 for thread_pid in thread_pids:
352 thread_pid, (None, None, None)
357 (thread_pid, parent_pid, parent_comm)
363 thread_pid
528 thread_pid=leaf.thread_pid,
Ddeadlock_detector.c45 u32 thread_pid; member
121 edge_leaf.thread_pid = pid; in trace_mutex_acquire()