Searched defs:max_seconds (Results 1 – 5 of 5) sorted by relevance
/external/blktrace/iowatcher/ |
D | main.c | 539 static void compare_minmax_tf(struct trace_file *tf, unsigned int *max_seconds, in compare_minmax_tf() 551 unsigned int max_seconds, in set_all_minmax_tf() 736 unsigned int max_seconds, u64 min_offset, u64 max_offset) in plot_io() 775 unsigned int max_seconds, int with_legend) in plot_tput() 838 unsigned int min_seconds, unsigned int max_seconds) in plot_fio_tput() 890 static void plot_cpu(struct plot *plot, unsigned int max_seconds, char *label, in plot_cpu() 994 unsigned int max_seconds) in plot_queue_depth() 1203 unsigned int max_seconds) in plot_latency() 1251 unsigned int max_seconds) in plot_iops() 1595 unsigned int max_seconds = 0; in main() local
|
D | plot.h | 75 unsigned int max_seconds; member 106 unsigned int max_seconds; member
|
D | blkparse.h | 77 unsigned int max_seconds; /* End of the interval we should plot */ member
|
D | plot.c | 131 unsigned int max_seconds, in alloc_line_data() 149 unsigned int max_seconds, in alloc_dot_data()
|
/external/libchrome/base/time/ |
D | time_exploded_posix.cc | 252 const int64_t max_seconds = (sizeof(SysTime) < sizeof(int64_t)) in FromExploded() local
|