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

Public Attributes

struct perf_evselswitch_evsel
 
struct perf_evselcycles_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
 

Detailed Description

Definition at line 53 of file switch-tracking.c.

Member Data Documentation

◆ comm_seen

int switch_tracking::comm_seen[4]

Definition at line 58 of file switch-tracking.c.

◆ cycles_after_comm_4

int switch_tracking::cycles_after_comm_4

Definition at line 61 of file switch-tracking.c.

◆ cycles_before_comm_1

int switch_tracking::cycles_before_comm_1

Definition at line 59 of file switch-tracking.c.

◆ cycles_between_comm_2_and_comm_3

int switch_tracking::cycles_between_comm_2_and_comm_3

Definition at line 60 of file switch-tracking.c.

◆ cycles_evsel

struct perf_evsel* switch_tracking::cycles_evsel

Definition at line 55 of file switch-tracking.c.

◆ nr_tids

int switch_tracking::nr_tids

Definition at line 57 of file switch-tracking.c.

◆ switch_evsel

struct perf_evsel* switch_tracking::switch_evsel

Definition at line 54 of file switch-tracking.c.

◆ tids

pid_t* switch_tracking::tids

Definition at line 56 of file switch-tracking.c.


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