Searched refs:branch_flags (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | branch.h | 15 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 D | callchain.h | 151 struct branch_flags branch_flags; member 205 bool branch, struct branch_flags *flags,
|
| H A D | callchain.c | 613 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() 1079 bool branch, struct branch_flags *flags, in callchain_cursor_append() 1102 memcpy(&node->branch_flags, flags, in callchain_cursor_append() 1103 sizeof(struct branch_flags)); in callchain_cursor_append() [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 | 2065 struct branch_flags *flags, in add_callchain_ip() 2310 struct branch_flags *flags; in lbr_callchain_add_lbr_ip() 2413 &cnode->branch_flags, in lbr_callchain_add_stitched_lbr_ip()
|
| H A D | arm-spe.c | 369 struct branch_flags *bs_flags; in arm_spe__prep_branch_stack()
|
| H A D | intel-pt.c | 2236 struct branch_flags flags; in intel_pt_lbr_flags()
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | record_lbr.sh | 57 local branch_flags=$1 67 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop 70 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 1102 int ret = 0, branch_flags; in bpf_arch_text_poke() local 1109 branch_flags = poke_type == BPF_MOD_CALL ? BRANCH_SET_LINK : 0; in bpf_arch_text_poke() 1158 create_branch(&old_inst, ip, (unsigned long)old_addr, branch_flags); in bpf_arch_text_poke() 1161 branch_flags); in bpf_arch_text_poke() 1166 create_branch(&new_inst, ip, (unsigned long)new_addr, branch_flags); in bpf_arch_text_poke() 1169 branch_flags); in bpf_arch_text_poke()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-annotate.c | 98 struct branch_flags *flags) in process_basic_block()
|
| /linux-6.15/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) in get_br_mspred()
|