Searched defs:perf_branch_entry (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/include/uapi/linux/ |
D | perf_event.h | 1329 struct perf_branch_entry { struct 1330 __u64 from; 1331 __u64 to; 1332 __u64 mispred:1, /* target mispredicted */ 1333 predicted:1,/* target predicted */ 1334 in_tx:1, /* in transaction */ 1335 abort:1, /* transaction abort */ 1336 cycles:16, /* cycle count to last branch */ 1337 type:4, /* branch type */ 1338 reserved:40;
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | perf_event.h | 1329 struct perf_branch_entry { struct 1330 __u64 from; 1331 __u64 to; 1332 __u64 mispred:1, /* target mispredicted */ 1333 predicted:1,/* target predicted */ 1334 in_tx:1, /* in transaction */ 1335 abort:1, /* transaction abort */ 1336 cycles:16, /* cycle count to last branch */ 1337 type:4, /* branch type */ 1338 reserved:40;
|