Searched refs:branch_flags (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | branch.h | 15 struct branch_flags { struct 37 struct branch_flags flags; 46 struct branch_flags flags; 88 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags, 36 __anonaa3341e3010abranch_flags global() argument
|
| H A D | callchain.h | 152 struct branch_flags branch_flags; member 206 bool branch, struct branch_flags *flags,
|
| H A D | callchain.c | 671 if (cursor_node->branch_flags.predicted) in add_child() 674 if (cursor_node->branch_flags.abort) in add_child() 678 &cursor_node->branch_flags, in add_child() 688 cursor_node->branch_flags.cycles; 839 if (node->branch_flags.predicted) in split_add_child() 842 if (node->branch_flags.abort) in split_add_child() 846 &node->branch_flags, in split_add_child() 855 cnode->cycles_count += node->branch_flags.cycles; in split_add_child() 1137 bool branch, struct branch_flags *flags, in sample__resolve_callchain() 1160 memcpy(&node->branch_flags, flag in fill_callchain_info() [all...] |
| H A D | branch.c | 18 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags, in branch_type_count()
|
| H A D | machine.c | 2154 bool branch, struct branch_flags *flags, int nr_loop_iter, in add_callchain_ip() 2213 struct branch_flags *flags, in add_callchain_ip() 2466 struct branch_flags *flags; in lbr_callchain_add_lbr_ip() 2581 &cnode->branch_flags, in has_stitched_lbr() 3031 if (append_inlines(cursor, &entry->ms, entry->ip, /*branch=*/false, /*branch_flags=*/NULL, in __thread__resolve_callchain()
|
| H A D | arm-spe.c | 413 struct branch_flags *bs_flags; in arm_spe__prep_branch_stack()
|
| H A D | intel-pt.c | 2260 struct branch_flags flags; in intel_pt_add_lbrs()
|
| /linux/tools/perf/tests/shell/ |
| H A D | record_lbr.sh | 79 local branch_flags=$1 91 -e cycles $branch_flags
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 1307 int ret = 0, branch_flags; in bpf_arch_text_poke() local 1360 branch_flags = old_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke() 1363 create_branch(&old_inst, ip, (unsigned long)old_addr, branch_flags); in bpf_arch_text_poke() 1366 branch_flags); in bpf_arch_text_poke() 1369 branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke() 1372 create_branch(&new_inst, ip, (unsigned long)new_addr, branch_flags); in bpf_arch_text_poke() 1375 branch_flags); in bpf_arch_text_poke()
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 97 struct branch_flags *flags) in process_basic_block()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 560 static int get_br_mspred(struct branch_flags *flags, char *bf, int size)
|