Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/scripts/perl/
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);
Drwtop.pl88 $writes{$common_pid}{total_writes}++;
163 my $total_writes = $writes{$pid}{total_writes} || 0;
167 $total_writes, $bytes_written);
Drw-by-pid.pl69 $writes{$common_pid}{total_writes}++;
126 my $total_writes = $writes{$pid}{total_writes} || 0;
130 $total_writes, $bytes_written);
/Linux-v5.15/fs/ceph/
Dmetric.c154 wsize->total_ops = cpu_to_le64(m->total_writes); in ceph_mdsc_send_metrics()
260 m->total_writes = 0; in ceph_metric_init()
377 total = ++m->total_writes; in ceph_update_write_metrics()
Dmetric.h149 u64 total_writes; member
Ddebugfs.c183 total = m->total_writes; in metric_show()
216 total = m->total_writes; in metric_show()