Searched refs:thread_pid (Results 1 – 2 of 2) sorted by relevance
30 $thread_comm, $thread_pid) = @_;32 $cpus[$common_cpu]{$thread_pid}{destroyed}++;33 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;40 $thread_comm, $thread_pid, $cpu) = @_;42 $cpus[$common_cpu]{$thread_pid}{created}++;43 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;50 $thread_comm, $thread_pid, $func) = @_;52 $cpus[$common_cpu]{$thread_pid}{executed}++;53 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;60 $thread_comm, $thread_pid, $func) = @_;[all …]
126 int* thread_pid(int slot_id) const { in thread_pid() function in base::StatsTable::Private324 *(impl_->thread_pid(slot)) = GetCurrentProcId(); in RegisterThread()401 if (pid == 0 || *impl_->thread_pid(slot_id) == pid) in GetRowValue()