Searched refs:dim (Results 1 – 1 of 1) sorted by relevance
420 struct c2c_dimension *dim; member443 struct c2c_dimension *dim; in c2c_width() local446 dim = c2c_fmt->dim; in c2c_width()448 if (dim == &dim_symbol || dim == &dim_srcline) in c2c_width()449 return symbol_width(hists, dim->se); in c2c_width()451 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width()452 c2c_fmt->dim->width; in c2c_width()460 struct c2c_dimension *dim; in c2c_header() local465 dim = c2c_fmt->dim; in c2c_header()467 if (dim->se) { in c2c_header()[all …]