IOS_LATENCY
#define IOS_LATENCY_M (1ULL << IOS_LATENCY)
[IOS_LATENCY] = {
[IOS_LATENCY] = {{"total_wait", 2}, {"disk_wait", 2}, {"syncq_wait", 2},
[IOS_LATENCY] = {{"read"}, {"write"}, {"read"}, {"write"}, {"read"},
[IOS_LATENCY] = 10, /* 1B ns = 10sec */
unsigned int column_width = default_column_width(cb, IOS_LATENCY);
const char flag_to_arg[] = {[IOS_LATENCY] = 'l', [IOS_QUEUES] = 'q',