Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c399 struct c2c_fmt { struct
423 struct c2c_fmt *c2c_fmt; in c2c_width() argument
426 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in c2c_width()
427 dim = c2c_fmt->dim; in c2c_width()
433 c2c_fmt->dim->width; in c2c_width()
440 struct c2c_fmt *c2c_fmt; in c2c_header() local
445 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in c2c_header()
446 dim = c2c_fmt->dim; in c2c_header()
1674 struct c2c_fmt *c2c_fmt; in fmt_free() local
1676 c2c_fmt = container_of(fmt, struct c2c_fmt, fmt); in fmt_free()
[all …]