Searched defs:perf_branch_entry (Results 1 – 1 of 1) sorted by relevance
972 struct perf_branch_entry { struct973 __u64 from;974 __u64 to;975 __u64 mispred:1, /* target mispredicted */976 predicted:1,/* target predicted */977 in_tx:1, /* in transaction */978 abort:1, /* transaction abort */979 cycles:16, /* cycle count to last branch */980 reserved:44;