|
Linux Perf
|

Public Attributes | |
| struct rb_node | rb_node |
| struct perf_evsel * | evsel |
| enum stat_type | type |
| int | ctx |
| int | cpu |
| struct runtime_stat * | stat |
| struct stats | stats |
Definition at line 24 of file stat-shadow.c.
| int saved_value::cpu |
Definition at line 29 of file stat-shadow.c.
| int saved_value::ctx |
Definition at line 28 of file stat-shadow.c.
| struct perf_evsel* saved_value::evsel |
Definition at line 26 of file stat-shadow.c.
| struct rb_node saved_value::rb_node |
Definition at line 25 of file stat-shadow.c.
| struct runtime_stat* saved_value::stat |
Definition at line 30 of file stat-shadow.c.
| struct stats saved_value::stats |
Definition at line 31 of file stat-shadow.c.
| enum stat_type saved_value::type |
Definition at line 27 of file stat-shadow.c.