Linux Perf
branch_flags Struct Reference

#include <event.h>

Collaboration diagram for branch_flags:
Collaboration graph

Public Attributes

u64 mispred:1
 
u64 predicted:1
 
u64 in_tx:1
 
u64 abort:1
 
u64 cycles:16
 
u64 type:4
 
u64 reserved:40
 

Detailed Description

Definition at line 140 of file event.h.

Member Data Documentation

◆ abort

u64 branch_flags::abort

Definition at line 144 of file event.h.

◆ cycles

u64 branch_flags::cycles

Definition at line 145 of file event.h.

◆ in_tx

u64 branch_flags::in_tx

Definition at line 143 of file event.h.

◆ mispred

u64 branch_flags::mispred

Definition at line 141 of file event.h.

◆ predicted

u64 branch_flags::predicted

Definition at line 142 of file event.h.

◆ reserved

u64 branch_flags::reserved

Definition at line 147 of file event.h.

◆ type

u64 branch_flags::type

Definition at line 146 of file event.h.


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