Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dperf_event.h1415 struct perf_branch_entry { struct
1416 __u64 from;
1417 __u64 to;
1418 __u64 mispred:1, /* target mispredicted */
1419 predicted:1,/* target predicted */
1420 in_tx:1, /* in transaction */
1421 abort:1, /* transaction abort */
1422 cycles:16, /* cycle count to last branch */
1423 type:4, /* branch type */
1424 spec:2, /* branch speculation info */
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dperf_event.h1415 struct perf_branch_entry { struct
1416 __u64 from;
1417 __u64 to;
1418 __u64 mispred:1, /* target mispredicted */
1419 predicted:1,/* target predicted */
1420 in_tx:1, /* in transaction */
1421 abort:1, /* transaction abort */
1422 cycles:16, /* cycle count to last branch */
1423 type:4, /* branch type */
1424 spec:2, /* branch speculation info */
[all …]
/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/linux-5.10/tools/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;
/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;
/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/patches/linux-6.6/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;