Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
Dperf_event.h1411 struct perf_branch_entry { struct
1412 __u64 from;
1413 __u64 to;
1414 __u64 mispred:1, /* target mispredicted */
1415 predicted:1,/* target predicted */
1416 in_tx:1, /* in transaction */
1417 abort:1, /* transaction abort */
1418 cycles:16, /* cycle count to last branch */
1419 type:4, /* branch type */
1420 spec:2, /* branch speculation info */
[all …]
/third_party/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;