Searched defs:perf_branch_entry (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/include/uapi/linux/ |
D | perf_event.h | 1118 struct perf_branch_entry { struct 1119 __u64 from; 1120 __u64 to; 1121 __u64 mispred:1, /* target mispredicted */ 1122 predicted:1,/* target predicted */ 1123 in_tx:1, /* in transaction */ 1124 abort:1, /* transaction abort */ 1125 cycles:16, /* cycle count to last branch */ 1126 type:4, /* branch type */ 1127 reserved:40;
|
/Linux-v4.19/include/uapi/linux/ |
D | perf_event.h | 1118 struct perf_branch_entry { struct 1119 __u64 from; 1120 __u64 to; 1121 __u64 mispred:1, /* target mispredicted */ 1122 predicted:1,/* target predicted */ 1123 in_tx:1, /* in transaction */ 1124 abort:1, /* transaction abort */ 1125 cycles:16, /* cycle count to last branch */ 1126 type:4, /* branch type */ 1127 reserved:40;
|