Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbranch.h15 struct branch_flags { struct
36 struct branch_flags flags; argument
44 struct branch_flags flags;
83 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
H A Dcallchain.h151 struct branch_flags branch_flags; member
205 bool branch, struct branch_flags *flags,
H A Dcallchain.c607 if (cursor_node->branch_flags.predicted) in fill_node()
610 if (cursor_node->branch_flags.abort) in fill_node()
614 &cursor_node->branch_flags, in fill_node()
623 cursor_node->branch_flags.cycles; in fill_node()
767 if (node->branch_flags.predicted) in match_chain()
770 if (node->branch_flags.abort) in match_chain()
774 &node->branch_flags, in match_chain()
1065 bool branch, struct branch_flags *flags, in callchain_cursor_append()
1091 memcpy(&node->branch_flags, flags, in callchain_cursor_append()
1092 sizeof(struct branch_flags)); in callchain_cursor_append()
[all …]
H A Dbranch.c18 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags, in branch_type_count()
H A Dmachine.c2325 struct branch_flags *flags, in add_callchain_ip()
2558 struct branch_flags *flags; in lbr_callchain_add_lbr_ip()
2661 &cnode->branch_flags, in lbr_callchain_add_stitched_lbr_ip()
H A Dintel-pt.c2196 struct branch_flags flags; in intel_pt_lbr_flags()
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c90 struct branch_flags *flags) in process_basic_block()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c584 static int get_br_mspred(struct branch_flags *flags, char *bf, int size) in get_br_mspred()