Linux Perf
branch_type_stat Struct Reference

#include <branch.h>

Collaboration diagram for branch_type_stat:
Collaboration graph

Public Attributes

bool branch_to
 
u64 counts [PERF_BR_MAX]
 
u64 cond_fwd
 
u64 cond_bwd
 
u64 cross_4k
 
u64 cross_2m
 

Detailed Description

Definition at line 7 of file branch.h.

Member Data Documentation

◆ branch_to

bool branch_type_stat::branch_to

Definition at line 8 of file branch.h.

◆ cond_bwd

u64 branch_type_stat::cond_bwd

Definition at line 11 of file branch.h.

◆ cond_fwd

u64 branch_type_stat::cond_fwd

Definition at line 10 of file branch.h.

◆ counts

u64 branch_type_stat::counts[PERF_BR_MAX]

Definition at line 9 of file branch.h.

◆ cross_2m

u64 branch_type_stat::cross_2m

Definition at line 13 of file branch.h.

◆ cross_4k

u64 branch_type_stat::cross_4k

Definition at line 12 of file branch.h.


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