Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-c2c.c423 struct c2c_fmt { struct
447 struct c2c_fmt *c2c_fmt; in c2c_width() argument
450 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in c2c_width()
451 dim = c2c_fmt->dim; in c2c_width()
457 c2c_fmt->dim->width; in c2c_width()
464 struct c2c_fmt *c2c_fmt; in c2c_header() local
469 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in c2c_header()
470 dim = c2c_fmt->dim; in c2c_header()
1872 struct c2c_fmt *c2c_fmt; in fmt_free() local
1874 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in fmt_free()
[all …]