Linux Perf
|
Public Attributes | |
struct perf_evsel * | switch_evsel |
struct perf_evsel * | cycles_evsel |
pid_t * | tids |
int | nr_tids |
int | comm_seen [4] |
int | cycles_before_comm_1 |
int | cycles_between_comm_2_and_comm_3 |
int | cycles_after_comm_4 |
Definition at line 53 of file switch-tracking.c.
int switch_tracking::comm_seen[4] |
Definition at line 58 of file switch-tracking.c.
int switch_tracking::cycles_after_comm_4 |
Definition at line 61 of file switch-tracking.c.
int switch_tracking::cycles_before_comm_1 |
Definition at line 59 of file switch-tracking.c.
int switch_tracking::cycles_between_comm_2_and_comm_3 |
Definition at line 60 of file switch-tracking.c.
struct perf_evsel* switch_tracking::cycles_evsel |
Definition at line 55 of file switch-tracking.c.
int switch_tracking::nr_tids |
Definition at line 57 of file switch-tracking.c.
struct perf_evsel* switch_tracking::switch_evsel |
Definition at line 54 of file switch-tracking.c.
pid_t* switch_tracking::tids |
Definition at line 56 of file switch-tracking.c.