OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_pid
(Results
1 - 3
of
3
) 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)
/external/chromium_org/base/metrics/
stats_table.cc
130
int*
thread_pid
(int slot_id) const {
function in class:base::StatsTable::Internal
361
*(internal_->
thread_pid
(slot)) = GetCurrentProcId();
437
if (pid == 0 || *internal_->
thread_pid
(slot_id) == pid)
Completed in 647 milliseconds