Symbol: c2c_fmt
tools/perf/builtin-c2c.c
1933
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
1935
c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1936
free(c2c_fmt);
tools/perf/builtin-c2c.c
1941
struct c2c_fmt *c2c_a = container_of(a, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1942
struct c2c_fmt *c2c_b = container_of(b, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1964
struct c2c_fmt *c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1965
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1981
struct c2c_fmt *c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1982
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1990
struct c2c_fmt *c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
1991
struct c2c_dimension *dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
1998
static struct c2c_fmt *get_format(const char *name)
tools/perf/builtin-c2c.c
2001
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
2007
c2c_fmt = zalloc(sizeof(*c2c_fmt));
tools/perf/builtin-c2c.c
2008
if (!c2c_fmt)
tools/perf/builtin-c2c.c
2011
c2c_fmt->dim = dim;
tools/perf/builtin-c2c.c
2013
fmt = &c2c_fmt->fmt;
tools/perf/builtin-c2c.c
2027
return c2c_fmt;
tools/perf/builtin-c2c.c
2033
struct c2c_fmt *c2c_fmt = get_format(name);
tools/perf/builtin-c2c.c
2036
if (!c2c_fmt) {
tools/perf/builtin-c2c.c
2041
perf_hpp_list__column_register(hpp_list, &c2c_fmt->fmt);
tools/perf/builtin-c2c.c
2047
struct c2c_fmt *c2c_fmt = get_format(name);
tools/perf/builtin-c2c.c
2050
if (!c2c_fmt) {
tools/perf/builtin-c2c.c
2055
dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
2062
perf_hpp_list__register_sort_field(hpp_list, &c2c_fmt->fmt);
tools/perf/builtin-c2c.c
508
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
511
c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
512
dim = c2c_fmt->dim;
tools/perf/builtin-c2c.c
518
c2c_fmt->dim->width;
tools/perf/builtin-c2c.c
525
struct c2c_fmt *c2c_fmt;
tools/perf/builtin-c2c.c
530
c2c_fmt = container_of(fmt, struct c2c_fmt, fmt);
tools/perf/builtin-c2c.c
531
dim = c2c_fmt->dim;