Home
last modified time | relevance | path

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

/external/bcc/tools/
Ddeadlock_detector.c190 struct thread_created_leaf_t thread_created_leaf = {}; in trace_clone() local
191 thread_created_leaf.parent_pid = bpf_get_current_pid_tgid(); in trace_clone()
192 thread_created_leaf.stack_id = in trace_clone()
194 bpf_get_current_comm(&thread_created_leaf.comm, in trace_clone()
195 sizeof(thread_created_leaf.comm)); in trace_clone()
198 thread_to_parent.lookup_or_init(&child_pid, &thread_created_leaf); in trace_clone()
202 thread_created_leaf.parent_pid); in trace_clone()