Linux Perf
c2c_dimension Struct Reference
Collaboration diagram for c2c_dimension:
Collaboration graph

Public Attributes

struct c2c_header header
 
const char * name
 
int width
 
struct sort_entryse
 
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)
 

Detailed Description

Definition at line 385 of file builtin-c2c.c.

Member Data Documentation

◆ cmp

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.

◆ color

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.

◆ entry

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.

◆ header

struct c2c_header c2c_dimension::header

Definition at line 386 of file builtin-c2c.c.

◆ name

const char* c2c_dimension::name

Definition at line 387 of file builtin-c2c.c.

◆ se

struct sort_entry* c2c_dimension::se

Definition at line 389 of file builtin-c2c.c.

◆ width

int c2c_dimension::width

Definition at line 388 of file builtin-c2c.c.


The documentation for this struct was generated from the following file: