Linux Perf
sample_read Struct Reference

#include <event.h>

Collaboration diagram for sample_read:
Collaboration graph

Public Attributes

u64 time_enabled
 
u64 time_running
 
union {
   struct {
      u64   nr
 
      struct sample_read_value *   values
 
   }   group
 
   struct sample_read_value   one
 
}; 
 

Detailed Description

Definition at line 123 of file event.h.

Member Data Documentation

◆ @80

union { ... }

◆ group

struct { ... } sample_read::group

◆ nr

u64 sample_read::nr

Definition at line 128 of file event.h.

◆ one

struct sample_read_value sample_read::one

Definition at line 131 of file event.h.

◆ time_enabled

u64 sample_read::time_enabled

Definition at line 124 of file event.h.

◆ time_running

u64 sample_read::time_running

Definition at line 125 of file event.h.

◆ values

struct sample_read_value* sample_read::values

Definition at line 129 of file event.h.


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