Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c420 struct c2c_dimension *dim; member
443 struct c2c_dimension *dim; in c2c_width() local
446 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() local
465 dim = c2c_fmt->dim; in c2c_header()
467 if (dim->se) { in c2c_header()
[all …]