Symbol: c2c_fmt
tools/perf/builtin-c2c.c
1910
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
1912
c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1913
free(c2c_fmt);
tools/perf/builtin-c2c.c
1918
struct c2c_fmt *c2c_a = container_of(a, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1919
struct c2c_fmt *c2c_b = container_of(b, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1941
struct c2c_fmt *c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1942
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1958
struct c2c_fmt *c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1959
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1967
struct c2c_fmt *c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1968
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1975
static struct c2c_fmt *get_format(const char *name)
tools/perf/builtin-c2c.c
1978
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
1984
c2c_fmt = zalloc(sizeof(*c2c_fmt));
tools/perf/builtin-c2c.c
1985
if (!c2c_fmt)
tools/perf/builtin-c2c.c
1988
c2c_fmt->dim = dim;
tools/perf/builtin-c2c.c
1990
fmt = &c2c_fmt->fmt;
tools/perf/builtin-c2c.c
2004
return c2c_fmt;
tools/perf/builtin-c2c.c
2010
struct c2c_fmt *c2c_fmt = get_format(name);
tools/perf/builtin-c2c.c
2013
if (!c2c_fmt) {
tools/perf/builtin-c2c.c
2018
perf_hpp_list__column_register(hpp_list, &c2c_fmt->fmt);
tools/perf/builtin-c2c.c
2024
struct c2c_fmt *c2c_fmt = get_format(name);
tools/perf/builtin-c2c.c
2027
if (!c2c_fmt) {
tools/perf/builtin-c2c.c
2032
dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
2039
perf_hpp_list__register_sort_field(hpp_list, &c2c_fmt->fmt);
tools/perf/builtin-c2c.c
485
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
488
c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
489
dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
495
c2c_fmt->dim->width;
tools/perf/builtin-c2c.c
502
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
507
c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
508
dim = c2c_fmt->dim;