Lines Matching defs:perf_branch_entry
1411 struct perf_branch_entry { struct
1412 __u64 from;
1413 __u64 to;
1414 __u64 mispred:1, /* target mispredicted */
1415 predicted:1,/* target predicted */
1416 in_tx:1, /* in transaction */
1417 abort:1, /* transaction abort */
1418 cycles:16, /* cycle count to last branch */
1419 type:4, /* branch type */
1420 spec:2, /* branch speculation info */
1421 new_type:4, /* additional branch type */
1422 priv:3, /* privilege level */
1423 reserved:31;