Linux Perf
perf_pmu_info Struct Reference

#include <pmu.h>

Collaboration diagram for perf_pmu_info:
Collaboration graph

Public Attributes

const char * unit
 
const char * metric_expr
 
const char * metric_name
 
double scale
 
bool per_pkg
 
bool snapshot
 

Detailed Description

Definition at line 35 of file pmu.h.

Member Data Documentation

◆ metric_expr

const char* perf_pmu_info::metric_expr

Definition at line 37 of file pmu.h.

◆ metric_name

const char* perf_pmu_info::metric_name

Definition at line 38 of file pmu.h.

◆ per_pkg

bool perf_pmu_info::per_pkg

Definition at line 40 of file pmu.h.

◆ scale

double perf_pmu_info::scale

Definition at line 39 of file pmu.h.

◆ snapshot

bool perf_pmu_info::snapshot

Definition at line 41 of file pmu.h.

◆ unit

const char* perf_pmu_info::unit

Definition at line 36 of file pmu.h.


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