Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h908 struct perf_branch_entry { struct
909 __u64 from;
910 __u64 to;
911 __u64 mispred:1, /* target mispredicted */
912 predicted:1,/* target predicted */
913 in_tx:1, /* in transaction */
914 abort:1, /* transaction abort */
915 reserved:60;