Searched defs:perf_branch_entry (Results 1 – 2 of 2) sorted by relevance
/linux/tools/include/uapi/linux/ |
A D | perf_event.h | 1357 struct perf_branch_entry { struct 1358 __u64 from; 1359 __u64 to; 1360 __u64 mispred:1, /* target mispredicted */ 1361 predicted:1,/* target predicted */ 1362 in_tx:1, /* in transaction */ 1363 abort:1, /* transaction abort */ 1364 cycles:16, /* cycle count to last branch */ 1365 type:4, /* branch type */ 1366 reserved:40;
|
/linux/include/uapi/linux/ |
A D | perf_event.h | 1357 struct perf_branch_entry { struct 1358 __u64 from; 1359 __u64 to; 1360 __u64 mispred:1, /* target mispredicted */ 1361 predicted:1,/* target predicted */ 1362 in_tx:1, /* in transaction */ 1363 abort:1, /* transaction abort */ 1364 cycles:16, /* cycle count to last branch */ 1365 type:4, /* branch type */ 1366 reserved:40;
|
Completed in 11 milliseconds