Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbranch.h15 struct branch_flags { struct
37 struct branch_flags flags; argument
46 struct branch_flags flags;
85 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.c613 if (cursor_node->branch_flags.predicted) in fill_node()
616 if (cursor_node->branch_flags.abort) in fill_node()
620 &cursor_node->branch_flags, in fill_node()
630 cursor_node->branch_flags.cycles; in fill_node()
781 if (node->branch_flags.predicted) in match_chain()
784 if (node->branch_flags.abort) in match_chain()
788 &node->branch_flags, in match_chain()
797 cnode->cycles_count += node->branch_flags.cycles; in match_chain()
1079 bool branch, struct branch_flags *flags, in callchain_cursor_append()
1102 memcpy(&node->branch_flags, flag 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.c2100 struct branch_flags *flags, in add_callchain_ip()
2347 struct branch_flags *flags; in lbr_callchain_add_lbr_ip()
2450 &cnode->branch_flags, in lbr_callchain_add_stitched_lbr_ip()
H A Darm-spe.c369 struct branch_flags *bs_flags; in arm_spe__prep_branch_stack()
H A Dintel-pt.c2238 struct branch_flags flags; in intel_pt_lbr_flags()
/linux/tools/perf/tests/shell/
H A Drecord_lbr.sh58 local branch_flags=$1
68 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop
71 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true
/linux/tools/perf/
H A Dbuiltin-annotate.c98 struct branch_flags *flags) in process_basic_block()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c560 static int get_br_mspred(struct branch_flags *flags, char *bf, int size) in get_br_mspred()