Linux Perf
|
Public Attributes | |
struct c2c_header | header |
const char * | name |
int | width |
struct sort_entry * | se |
int64_t(* | cmp )(struct perf_hpp_fmt *fmt, struct hist_entry *, struct hist_entry *) |
int(* | entry )(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) |
int(* | color )(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) |
Definition at line 385 of file builtin-c2c.c.
int64_t(* c2c_dimension::cmp) (struct perf_hpp_fmt *fmt, struct hist_entry *, struct hist_entry *) |
Definition at line 391 of file builtin-c2c.c.
int(* c2c_dimension::color) (struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) |
Definition at line 395 of file builtin-c2c.c.
int(* c2c_dimension::entry) (struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) |
Definition at line 393 of file builtin-c2c.c.
struct c2c_header c2c_dimension::header |
Definition at line 386 of file builtin-c2c.c.
const char* c2c_dimension::name |
Definition at line 387 of file builtin-c2c.c.
struct sort_entry* c2c_dimension::se |
Definition at line 389 of file builtin-c2c.c.
int c2c_dimension::width |
Definition at line 388 of file builtin-c2c.c.