Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h959 struct perf_branch_entry { struct
960 __u64 from;
961 __u64 to;
962 __u64 mispred:1, /* target mispredicted */
963 predicted:1,/* target predicted */
964 in_tx:1, /* in transaction */
965 abort:1, /* transaction abort */
966 cycles:16, /* cycle count to last branch */
967 reserved:44;