Home
last modified time | relevance | path

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

/external/libbpf/include/uapi/linux/
Dperf_event.h1360 struct perf_branch_entry { struct
1361 __u64 from;
1362 __u64 to;
1363 __u64 mispred:1, /* target mispredicted */
1364 predicted:1,/* target predicted */
1365 in_tx:1, /* in transaction */
1366 abort:1, /* transaction abort */
1367 cycles:16, /* cycle count to last branch */
1368 type:4, /* branch type */
1369 reserved:40;
/external/kernel-headers/original/uapi/linux/
Dperf_event.h1362 struct perf_branch_entry { struct
1363 __u64 from;
1364 __u64 to;
1365 __u64 mispred:1, /* target mispredicted */
1366 predicted:1,/* target predicted */
1367 in_tx:1, /* in transaction */
1368 abort:1, /* transaction abort */
1369 cycles:16, /* cycle count to last branch */
1370 type:4, /* branch type */
1371 reserved:40;
/external/bpftool/include/uapi/linux/
Dperf_event.h1360 struct perf_branch_entry { struct
1361 __u64 from;
1362 __u64 to;
1363 __u64 mispred:1, /* target mispredicted */
1364 predicted:1,/* target predicted */
1365 in_tx:1, /* in transaction */
1366 abort:1, /* transaction abort */
1367 cycles:16, /* cycle count to last branch */
1368 type:4, /* branch type */
1369 reserved:40;
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h7474 struct perf_branch_entry { struct
7475 __u64 from;
7476 __u64 to;
7477 __u64 mispred: 1;
7478 __u64 predicted: 1;
7479 __u64 in_tx: 1;
7480 __u64 abort: 1;
7481 __u64 cycles: 16;
7482 __u64 type: 4;
7483 __u64 reserved: 40;
Dvmlinux.h7474 struct perf_branch_entry { struct
7475 __u64 from;
7476 __u64 to;
7477 __u64 mispred: 1;
7478 __u64 predicted: 1;
7479 __u64 in_tx: 1;
7480 __u64 abort: 1;
7481 __u64 cycles: 16;
7482 __u64 type: 4;
7483 __u64 reserved: 40;
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h9106 struct perf_branch_entry { struct
9107 __u64 from;
9108 __u64 to;
9109 __u64 mispred: 1;
9110 __u64 predicted: 1;
9111 __u64 in_tx: 1;
9112 __u64 abort: 1;
9113 __u64 cycles: 16;
9114 __u64 type: 4;
9115 __u64 reserved: 40;
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h6356 struct perf_branch_entry { struct
6357 __u64 from;
6358 __u64 to;
6359 __u64 mispred: 1;
6360 __u64 predicted: 1;
6361 __u64 in_tx: 1;
6362 __u64 abort: 1;
6363 __u64 cycles: 16;
6364 __u64 type: 4;
6365 __u64 reserved: 40;
Dvmlinux_510.h6356 struct perf_branch_entry { struct
6357 __u64 from;
6358 __u64 to;
6359 __u64 mispred: 1;
6360 __u64 predicted: 1;
6361 __u64 in_tx: 1;
6362 __u64 abort: 1;
6363 __u64 cycles: 16;
6364 __u64 type: 4;
6365 __u64 reserved: 40;
/external/bcc/libbpf-tools/x86/
Dvmlinux.h8445 struct perf_branch_entry { struct
8446 __u64 from;
8447 __u64 to;
8448 __u64 mispred: 1;
8449 __u64 predicted: 1;
8450 __u64 in_tx: 1;
8451 __u64 abort: 1;
8452 __u64 cycles: 16;
8453 __u64 type: 4;
8454 __u64 reserved: 40;
Dvmlinux_505.h8445 struct perf_branch_entry { struct
8446 __u64 from;
8447 __u64 to;
8448 __u64 mispred: 1;
8449 __u64 predicted: 1;
8450 __u64 in_tx: 1;
8451 __u64 abort: 1;
8452 __u64 cycles: 16;
8453 __u64 type: 4;
8454 __u64 reserved: 40;