Searched defs:perf_branch_entry (Results 1 – 1 of 1) sorted by relevance
959 struct perf_branch_entry { struct960 __u64 from;961 __u64 to;962 __u64 mispred:1, /* target mispredicted */963 predicted:1,/* target predicted */964 in_tx:1, /* in transaction */965 abort:1, /* transaction abort */966 cycles:16, /* cycle count to last branch */967 reserved:44;