Searched refs:dim (Results 1 – 1 of 1) sorted by relevance
414 struct c2c_dimension *dim; member437 struct c2c_dimension *dim; in c2c_width() local440 dim = c2c_fmt->dim; in c2c_width()442 if (dim == &dim_symbol || dim == &dim_srcline) in c2c_width()443 return symbol_width(hists, dim->se); in c2c_width()445 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width()446 c2c_fmt->dim->width; in c2c_width()454 struct c2c_dimension *dim; in c2c_header() local459 dim = c2c_fmt->dim; in c2c_header()461 if (dim->se) { in c2c_header()[all …]