Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c414 struct c2c_dimension *dim; member
437 struct c2c_dimension *dim; in c2c_width() local
440 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() local
459 dim = c2c_fmt->dim; in c2c_header()
461 if (dim->se) { in c2c_header()
[all …]