Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dperf_event.h498 struct perf_branch_entry { struct
499 __u64 from;
500 __u64 to;
501 __u64 mispred:1,
502 predicted:1,
503 in_tx:1,
504 abort:1,
505 cycles:16,
506 type:4,
507 reserved:40;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dperf_event.h447 struct perf_branch_entry { struct
448 __u64 from;
449 __u64 to;
450 __u64 mispred : 1, predicted : 1, in_tx : 1, abort : 1, cycles : 16, type : 4, reserved : 40;
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dperf_event.h1235 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;
/kernel/linux/linux-5.10/include/uapi/linux/
Dperf_event.h1238 struct perf_branch_entry { struct
1239 __u64 from;
1240 __u64 to;
1241 __u64 mispred:1, /* target mispredicted */
1242 predicted:1,/* target predicted */
1243 in_tx:1, /* in transaction */
1244 abort:1, /* transaction abort */
1245 cycles:16, /* cycle count to last branch */
1246 type:4, /* branch type */
1247 reserved:40;