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