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

Public Attributes

struct power_eventnext
 
int type
 
int state
 
u64 start_time
 
u64 end_time
 
int cpu
 

Detailed Description

Definition at line 175 of file builtin-timechart.c.

Member Data Documentation

◆ cpu

int power_event::cpu

Definition at line 181 of file builtin-timechart.c.

◆ end_time

u64 power_event::end_time

Definition at line 180 of file builtin-timechart.c.

◆ next

struct power_event* power_event::next

Definition at line 176 of file builtin-timechart.c.

◆ start_time

u64 power_event::start_time

Definition at line 179 of file builtin-timechart.c.

◆ state

int power_event::state

Definition at line 178 of file builtin-timechart.c.

◆ type

int power_event::type

Definition at line 177 of file builtin-timechart.c.


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