Linux Perf
perf_stat Struct Reference
Collaboration diagram for perf_stat:
Collaboration graph

Public Attributes

bool record
 
struct perf_data data
 
struct perf_sessionsession
 
u64 bytes_written
 
struct perf_tool tool
 
bool maps_allocated
 
struct cpu_mapcpus
 
struct thread_mapthreads
 
enum aggr_mode aggr_mode
 

Detailed Description

Definition at line 184 of file builtin-stat.c.

Member Data Documentation

◆ aggr_mode

enum aggr_mode perf_stat::aggr_mode

Definition at line 193 of file builtin-stat.c.

◆ bytes_written

u64 perf_stat::bytes_written

Definition at line 188 of file builtin-stat.c.

◆ cpus

struct cpu_map* perf_stat::cpus

Definition at line 191 of file builtin-stat.c.

◆ data

struct perf_data perf_stat::data

Definition at line 186 of file builtin-stat.c.

◆ maps_allocated

bool perf_stat::maps_allocated

Definition at line 190 of file builtin-stat.c.

◆ record

bool perf_stat::record

Definition at line 185 of file builtin-stat.c.

◆ session

struct perf_session* perf_stat::session

Definition at line 187 of file builtin-stat.c.

◆ threads

struct thread_map* perf_stat::threads

Definition at line 192 of file builtin-stat.c.

◆ tool

struct perf_tool perf_stat::tool

Definition at line 189 of file builtin-stat.c.


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