Searched refs:__add_log_sample (Results 1 – 1 of 1) sorted by relevance
/external/fio/ |
D | stat.c | 1567 static void __add_log_sample(struct io_log *iolog, unsigned long val, in __add_log_sample() function 1674 __add_log_sample(iolog, mr, DDIR_READ, 0, elapsed, 0); in _add_stat_to_log() 1680 __add_log_sample(iolog, mw, DDIR_WRITE, 0, elapsed, 0); in _add_stat_to_log() 1686 __add_log_sample(iolog, mw, DDIR_TRIM, 0, elapsed, 0); in _add_stat_to_log() 1709 __add_log_sample(iolog, val, ddir, bs, elapsed, offset); in add_log_sample() 1758 __add_log_sample(iolog, val, ddir, bs, mtime_since_genesis(), 0); in add_agg_sample()
|