Searched defs:perf_branch_entry (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/include/uapi/linux/ | 
| D | perf_event.h | 1170 struct perf_branch_entry {  struct1171 	__u64	from;
 1172 	__u64	to;
 1173 	__u64	mispred:1,  /* target mispredicted */
 1174 		predicted:1,/* target predicted */
 1175 		in_tx:1,    /* in transaction */
 1176 		abort:1,    /* transaction abort */
 1177 		cycles:16,  /* cycle count to last branch */
 1178 		type:4,     /* branch type */
 1179 		reserved:40;
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | perf_event.h | 1170 struct perf_branch_entry {  struct1171 	__u64	from;
 1172 	__u64	to;
 1173 	__u64	mispred:1,  /* target mispredicted */
 1174 		predicted:1,/* target predicted */
 1175 		in_tx:1,    /* in transaction */
 1176 		abort:1,    /* transaction abort */
 1177 		cycles:16,  /* cycle count to last branch */
 1178 		type:4,     /* branch type */
 1179 		reserved:40;
 
 |