Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbranch.h15 struct branch_flags { struct
37 struct branch_flags flags;
46 struct branch_flags flags;
85 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
36 __anonaa3341e3010abranch_flags global() argument
H A Dcallchain.h152 struct branch_flags branch_flags; member
206 bool branch, struct branch_flags *flags,
H A Dcallchain.c624 if (cursor_node->branch_flags.predicted) in fill_node()
627 if (cursor_node->branch_flags.abort) in fill_node()
631 &cursor_node->branch_flags, in fill_node()
641 cursor_node->branch_flags.cycles; in fill_node()
792 if (node->branch_flags.predicted) in match_chain()
795 if (node->branch_flags.abort) in match_chain()
799 &node->branch_flags, in match_chain()
808 cnode->cycles_count += node->branch_flags.cycles; in match_chain()
1090 bool branch, struct branch_flags *flags, in callchain_cursor_append()
1113 memcpy(&node->branch_flags, 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.c2094 bool branch, struct branch_flags *flags, int nr_loop_iter, in append_inlines()
2153 struct branch_flags *flags, in add_callchain_ip()
2406 struct branch_flags *flags; in lbr_callchain_add_lbr_ip()
2521 &cnode->branch_flags, in lbr_callchain_add_stitched_lbr_ip()
H A Darm-spe.c394 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.sh63 local branch_flags=$1
73 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop
76 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c1173 int ret = 0, branch_flags; in bpf_arch_text_poke() local
1226 branch_flags = old_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
1229 create_branch(&old_inst, ip, (unsigned long)old_addr, branch_flags); in bpf_arch_text_poke()
1232 branch_flags); in bpf_arch_text_poke()
1235 branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke()
1238 create_branch(&new_inst, ip, (unsigned long)new_addr, branch_flags); in bpf_arch_text_poke()
1241 branch_flags); in bpf_arch_text_poke()
/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.c561 static int get_br_mspred(struct branch_flags *flags, char *bf, int size) in get_br_mspred()