Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance

/tools/perf/
A Dbuiltin-timechart.c115 u64 max_bytes; member
819 if ((u64)ret > c->max_bytes) in pid_end_io_sample()
820 c->max_bytes = ret; in pid_end_io_sample()
841 if (!sample->err && sample->bytes > c->max_bytes) in pid_end_io_sample()
842 c->max_bytes = sample->bytes; in pid_end_io_sample()
1162 double h = (double)sample->bytes / c->max_bytes; in draw_io_bars()
/tools/include/uapi/linux/
A Dpkt_sched.h518 __s32 max_bytes; member

Completed in 15 milliseconds