Home
last modified time | relevance | path

Searched refs:branch_flags (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dbranch.h17 struct branch_flags { struct
35 struct branch_flags flags; argument
43 struct branch_flags flags;
81 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
Dcallchain.h151 struct branch_flags branch_flags; member
207 bool branch, struct branch_flags *flags,
Dcallchain.c599 if (cursor_node->branch_flags.predicted) in fill_node()
602 if (cursor_node->branch_flags.abort) in fill_node()
606 &cursor_node->branch_flags, in fill_node()
615 cursor_node->branch_flags.cycles; in fill_node()
758 if (node->branch_flags.predicted) in match_chain()
761 if (node->branch_flags.abort) in match_chain()
765 &node->branch_flags, in match_chain()
773 cnode->cycles_count += node->branch_flags.cycles; in match_chain()
1047 bool branch, struct branch_flags *flags, in callchain_cursor_append()
1071 memcpy(&node->branch_flags, flags, in callchain_cursor_append()
[all …]
Dbranch.c18 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags, in branch_type_count()
Dmachine.c2091 struct branch_flags *flags, in add_callchain_ip()
2317 struct branch_flags *flags; in lbr_callchain_add_lbr_ip()
2418 &cnode->branch_flags, in lbr_callchain_add_stitched_lbr_ip()
Dintel-pt.c1742 struct branch_flags flags; in intel_pt_lbr_flags()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-annotate.c84 struct branch_flags *flags) in process_basic_block()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c550 static int get_br_mspred(struct branch_flags *flags, char *bf, int size) in get_br_mspred()