Searched defs:perf_branch_entry (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | perf_event.h | 1414 struct perf_branch_entry { struct 1415 __u64 from; 1416 __u64 to; 1418 predicted:1,/* target predicted */ 1419 in_tx:1, /* in transaction */ 1420 abort:1, /* transaction abort */ 1422 type:4, /* branch type */ 1423 spec:2, /* branch speculation info */ 1424 new_type:4, /* additional branch type */ 1425 priv:3, /* privilege level */ [all …]
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | perf_event.h | 1414 struct perf_branch_entry { struct 1415 __u64 from; 1416 __u64 to; 1418 predicted:1,/* target predicted */ 1419 in_tx:1, /* in transaction */ 1420 abort:1, /* transaction abort */ 1422 type:4, /* branch type */ 1423 spec:2, /* branch speculation info */ 1424 new_type:4, /* additional branch type */ 1425 priv:3, /* privilege level */ [all …]
|
Completed in 26 milliseconds