OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_writes
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
rw-by-file.pl
46
$writes{$fd}{
total_writes
}++;
71
my $
total_writes
= $writes{$fd}{
total_writes
};
73
printf("%6u %10u %10u\n", $fd, $
total_writes
, $bytes_written);
rw-by-pid.pl
69
$writes{$common_pid}{
total_writes
}++;
126
my $
total_writes
= $writes{$pid}{
total_writes
} || 0;
130
$
total_writes
, $bytes_written);
rwtop.pl
88
$writes{$common_pid}{
total_writes
}++;
163
my $
total_writes
= $writes{$pid}{
total_writes
} || 0;
167
$
total_writes
, $bytes_written);
/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
540
"writes":
total_writes
,
Completed in 311 milliseconds