Home
last modified time | relevance | path

Searched defs:perf_branch_entry (Results 1 – 1 of 1) sorted by relevance

/include/uapi/linux/
Dperf_event.h972 struct perf_branch_entry { struct
973 __u64 from;
974 __u64 to;
975 __u64 mispred:1, /* target mispredicted */
976 predicted:1,/* target predicted */
977 in_tx:1, /* in transaction */
978 abort:1, /* transaction abort */
979 cycles:16, /* cycle count to last branch */
980 reserved:44;