Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-c2c.c435 struct c2c_fmt { struct
459 struct c2c_fmt *c2c_fmt; in c2c_width() local
462 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in c2c_width()
463 dim = c2c_fmt->dim; in c2c_width()
469 c2c_fmt->dim->width; in c2c_width()
476 struct c2c_fmt *c2c_fmt; in c2c_header() local
481 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in c2c_header()
482 dim = c2c_fmt->dim; in c2c_header()
1883 struct c2c_fmt *c2c_fmt; in fmt_free() local
1885 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in fmt_free()
[all …]