Searched refs:io_stats (Results 1 - 11 of 11) sorted by relevance
/external/chromium_org/tools/perf/measurements/ |
H A D | page_cycler.py | 87 io_stats = tab.browser.io_stats 88 if not io_stats['Browser']: 92 if 'ReadOperationCount' in io_stats[process_type_io]: 94 io_stats[process_type_io] 97 if 'WriteOperationCount' in io_stats[process_type_io]: 99 io_stats[process_type_io] 102 if 'ReadTransferCount' in io_stats[process_type_io]: 104 io_stats[process_type_io] 107 if 'WriteTransferCount' in io_stats[process_type_i [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
H A D | win_platform_backend.py | 91 io_stats = win32process.GetProcessIoCounters( 98 return {'ReadOperationCount': io_stats['ReadOperationCount'], 99 'WriteOperationCount': io_stats['WriteOperationCount'], 100 'ReadTransferCount': io_stats['ReadTransferCount'], 101 'WriteTransferCount': io_stats['WriteTransferCount']}
|
/external/blktrace/ |
H A D | blktrace.h | 29 struct io_stats { struct 49 struct io_stats io_stats; member in struct:per_cpu_info
|
H A D | blkparse.c | 55 struct io_stats io_stats; member in struct:per_dev_info 88 struct io_stats io_stats; member in struct:per_process_info 1142 static struct io_stats *find_process_io_stats(pid_t pid) 1156 return &ppi->io_stats; 1177 static inline void __account_m(struct io_stats *ios, struct blk_io_trace *t, 1192 __account_m(&pci->io_stats, t, rw); 1195 struct io_stats *ios = find_process_io_stats(t->pid); 1201 static inline void __account_pc_queue(struct io_stats *io [all...] |
/external/e2fsprogs/lib/ext2fs/ |
H A D | ext2_io.h | 29 typedef struct struct_io_stats *io_stats; typedef in typeref:struct:struct_io_stats 81 errcode_t (*get_stats)(io_channel channel, io_stats *io_stats);
|
H A D | unix_io.c | 92 struct struct_io_stats io_stats; member in struct:unix_private_data 110 static errcode_t unix_get_stats(io_channel channel, io_stats *stats) 137 static errcode_t unix_get_stats(io_channel channel, io_stats *stats) 148 *stats = &data->io_stats; 167 data->io_stats.bytes_read += size; 234 data->io_stats.bytes_written += size; 462 data->io_stats.num_fields = 2;
|
H A D | test_io.c | 75 static errcode_t test_get_stats(io_channel channel, io_stats *stats); 484 static errcode_t test_get_stats(io_channel channel, io_stats *stats)
|
H A D | closefs.c | 377 io_stats stats = 0;
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
H A D | browser.py | 171 def io_stats(self): member in class:Browser
|
/external/e2fsprogs/e2fsck/ |
H A D | util.c | 278 io_stats io_start = 0; 362 io_stats delta = 0;
|
H A D | journal.c | 863 io_stats stats = 0;
|
Completed in 2014 milliseconds