HomeSort by relevance Sort by last modified time
    Searched refs:thread_pid (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/scripts/perl/
workqueue-stats.pl 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...]
  /external/chromium/base/metrics/
stats_table.cc 126 int* thread_pid(int slot_id) const { function in class:base::StatsTable::Private
324 *(impl_->thread_pid(slot)) = GetCurrentProcId();
401 if (pid == 0 || *impl_->thread_pid(slot_id) == pid)

Completed in 259 milliseconds