Searched defs:perf_branch_entry (Results 1 – 1 of 1) sorted by relevance
6815 struct perf_branch_entry { struct6816 __u64 from;6817 __u64 to;6818 __u64 mispred: 1;6819 __u64 predicted: 1;6820 __u64 in_tx: 1;6821 __u64 abort: 1;6822 __u64 cycles: 16;6823 __u64 type: 4;6824 __u64 reserved: 40;