Linux Perf
perf_stat_config Struct Reference

#include <stat.h>

Collaboration diagram for perf_stat_config:
Collaboration graph

Public Attributes

enum aggr_mode aggr_mode
 
bool scale
 
FILE * output
 
unsigned int interval
 
unsigned int timeout
 
int times
 
struct runtime_statstats
 
int stats_num
 

Detailed Description

Definition at line 87 of file stat.h.

Member Data Documentation

◆ aggr_mode

enum aggr_mode perf_stat_config::aggr_mode

Definition at line 88 of file stat.h.

◆ interval

unsigned int perf_stat_config::interval

Definition at line 91 of file stat.h.

◆ output

FILE* perf_stat_config::output

Definition at line 90 of file stat.h.

◆ scale

bool perf_stat_config::scale

Definition at line 89 of file stat.h.

◆ stats

struct runtime_stat* perf_stat_config::stats

Definition at line 94 of file stat.h.

◆ stats_num

int perf_stat_config::stats_num

Definition at line 95 of file stat.h.

◆ timeout

unsigned int perf_stat_config::timeout

Definition at line 92 of file stat.h.

◆ times

int perf_stat_config::times

Definition at line 93 of file stat.h.


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