Searched refs:iostat (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/
H A Dperf-iostat.sh3 # perf iostat
12 perf stat --iostat$DELIMITER$*
H A DMakefile.perf313 SCRIPT_SH += perf-iostat.sh
1009 $(call QUIET_INSTALL, perf-iostat) \
1010 $(INSTALL) $(OUTPUT)perf-iostat -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)'
1181 $(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive $(OUTPUT)perf-iostat $(LANG_BINDINGS)
/linux-master/fs/f2fs/
H A DMakefile12 f2fs-$(CONFIG_F2FS_IOSTAT) += iostat.o
/linux-master/include/trace/events/
H A Df2fs.h2062 TP_PROTO(struct f2fs_sb_info *sbi, unsigned long long *iostat),
2064 TP_ARGS(sbi, iostat),
2100 __entry->app_dio = iostat[APP_DIRECT_IO];
2101 __entry->app_bio = iostat[APP_BUFFERED_IO];
2102 __entry->app_wio = iostat[APP_WRITE_IO];
2103 __entry->app_mio = iostat[APP_MAPPED_IO];
2104 __entry->app_bcdio = iostat[APP_BUFFERED_CDATA_IO];
2105 __entry->app_mcdio = iostat[APP_MAPPED_CDATA_IO];
2106 __entry->fs_dio = iostat[FS_DATA_IO];
2107 __entry->fs_cdio = iostat[FS_CDATA_I
[all...]
/linux-master/block/
H A Dblk-cgroup.c332 u64_stats_init(&blkg->iostat.sync);
647 memset(&blkg->iostat, 0, sizeof(blkg->iostat));
648 u64_stats_init(&blkg->iostat.sync);
989 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync);
992 blkg_iostat_add(&blkg->iostat.cur, &delta);
994 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags);
1039 blkcg_iostat_update(parent, &blkg->iostat.cur,
1040 &blkg->iostat.last);
1058 * blkcg_print_stat does not actually fill out the iostat i
[all...]
H A Dblk-cgroup.h73 struct blkg_iostat_set iostat; member in struct:blkcg_gq
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c24 #include "../iostat.h"
629 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; local
631 iostat->ops_requested++;
632 iostat->bytes_requested += requested;
642 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; local
646 iostat->ops_completed++;
647 iostat->bytes_completed += completed;
648 iostat->bytes_not_delivered += requested - completed;
651 iostat->total_busy_time =
652 ktime_add(iostat
[all...]
/linux-master/arch/s390/include/asm/
H A Dfcx.h169 struct tsa_iostat iostat; member in union:tsb::__anon5
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c5709 len += sprintf(page + len, "tsb->tsa.iostat.dev_time %d\n",
5710 tsb->tsa.iostat.dev_time);
5711 len += sprintf(page + len, "tsb->tsa.iostat.def_time %d\n",
5712 tsb->tsa.iostat.def_time);
5713 len += sprintf(page + len, "tsb->tsa.iostat.queue_time %d\n",
5714 tsb->tsa.iostat.queue_time);
5715 len += sprintf(page + len, "tsb->tsa.iostat.dev_busy_time %d\n",
5716 tsb->tsa.iostat.dev_busy_time);
5717 len += sprintf(page + len, "tsb->tsa.iostat.dev_act_time %d\n",
5718 tsb->tsa.iostat
[all...]
H A Ddasd.c4027 sense = tsb->tsa.iostat.sense;

Completed in 155 milliseconds