Home
last modified time | relevance | path

Searched refs:total_writes (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/scripts/perl/
H A Drw-by-file.pl46 $writes{$fd}{total_writes}++;
71 my $total_writes = $writes{$fd}{total_writes};
73 printf("%6u %10u %10u\n", $fd, $total_writes, $bytes_written);
H A Drwtop.pl88 $writes{$common_pid}{total_writes}++;
163 my $total_writes = $writes{$pid}{total_writes} || 0;
167 $total_writes, $bytes_written);
H A Drw-by-pid.pl69 $writes{$common_pid}{total_writes}++;
126 my $total_writes = $writes{$pid}{total_writes} || 0;
130 $total_writes, $bytes_written);
/openbmc/qemu/migration/
H A Drdma.c368 int total_writes; member
2220 rdma->total_writes++; in qemu_rdma_write_one()