Home
last modified time | relevance | path

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

/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;
/linux-5.10/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;