Searched defs:perf_branch_entry (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/uapi/linux/ |
D | perf_event.h | 1415 struct perf_branch_entry { struct 1416 __u64 from; 1417 __u64 to; 1418 __u64 mispred:1, /* target mispredicted */ 1419 predicted:1,/* target predicted */ 1420 in_tx:1, /* in transaction */ 1421 abort:1, /* transaction abort */ 1422 cycles:16, /* cycle count to last branch */ 1423 type:4, /* branch type */ 1424 spec:2, /* branch speculation info */ [all …]
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | perf_event.h | 1415 struct perf_branch_entry { struct 1416 __u64 from; 1417 __u64 to; 1418 __u64 mispred:1, /* target mispredicted */ 1419 predicted:1,/* target predicted */ 1420 in_tx:1, /* in transaction */ 1421 abort:1, /* transaction abort */ 1422 cycles:16, /* cycle count to last branch */ 1423 type:4, /* branch type */ 1424 spec:2, /* branch speculation info */ [all …]
|