OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_reads
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/scripts/perl/
rw-by-file.pl
35
$reads{$fd}{
total_reads
}++;
59
my $
total_reads
= $reads{$fd}{
total_reads
};
61
printf("%6u %10u %10u\n", $fd, $
total_reads
, $bytes_requested);
rw-by-pid.pl
47
$reads{$common_pid}{
total_reads
}++;
85
my $
total_reads
= $reads{$pid}{
total_reads
} || 0;
90
$
total_reads
, $bytes_requested, $bytes_read);
rwtop.pl
61
$reads{$common_pid}{
total_reads
}++;
135
my $
total_reads
= $reads{$pid}{
total_reads
} || 0;
140
$
total_reads
, $bytes_requested, $bytes_read);
/packages/experimental/procstatlog/
procstatreport.py
527
total_reads
, total_writes = sum(reads.values()), sum(writes.values())
528
if
total_reads
+ total_writes <= io_cutoff: continue
539
"reads":
total_reads
,
Completed in 55 milliseconds