Searched defs:perf_branch_entry (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 1120 struct perf_branch_entry { struct 1121 __u64 from; 1122 __u64 to; 1123 __u64 mispred:1, /* target mispredicted */ 1124 predicted:1,/* target predicted */ 1125 in_tx:1, /* in transaction */ 1126 abort:1, /* transaction abort */ 1127 cycles:16, /* cycle count to last branch */ 1128 type:4, /* branch type */ 1129 reserved:40;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 1120 struct perf_branch_entry { struct 1121 __u64 from; 1122 __u64 to; 1123 __u64 mispred:1, /* target mispredicted */ 1124 predicted:1,/* target predicted */ 1125 in_tx:1, /* in transaction */ 1126 abort:1, /* transaction abort */ 1127 cycles:16, /* cycle count to last branch */ 1128 type:4, /* branch type */ 1129 reserved:40;
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1235 struct perf_branch_entry { struct 1236 __u64 from; 1237 __u64 to; 1238 __u64 mispred:1, /* target mispredicted */ 1239 predicted:1,/* target predicted */ 1240 in_tx:1, /* in transaction */ 1241 abort:1, /* transaction abort */ 1242 cycles:16, /* cycle count to last branch */ 1243 type:4, /* branch type */ 1244 reserved:40;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 1240 struct perf_branch_entry { struct 1241 __u64 from; 1242 __u64 to; 1243 __u64 mispred:1, /* target mispredicted */ 1244 predicted:1,/* target predicted */ 1245 in_tx:1, /* in transaction */ 1246 abort:1, /* transaction abort */ 1247 cycles:16, /* cycle count to last branch */ 1248 type:4, /* branch type */ 1249 reserved:40;
|