Linux Perf
perf_counts_values Struct Reference

#include <counts.h>

Collaboration diagram for perf_counts_values:
Collaboration graph

Public Attributes

union {
   struct {
      u64   val
 
      u64   ena
 
      u64   run
 
   } 
 
   u64   values [3]
 
}; 
 
bool loaded
 

Detailed Description

Definition at line 7 of file counts.h.

Member Data Documentation

◆ @51

union { ... }

◆ ena

u64 perf_counts_values::ena

Definition at line 11 of file counts.h.

◆ loaded

bool perf_counts_values::loaded

Definition at line 16 of file counts.h.

◆ run

u64 perf_counts_values::run

Definition at line 12 of file counts.h.

◆ val

u64 perf_counts_values::val

Definition at line 10 of file counts.h.

◆ values

u64 perf_counts_values::values[3]

Definition at line 14 of file counts.h.


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