Searched refs:branch_type (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/events/ |
| A D | utils.c | 208 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
|
| A D | perf_event.h | 1401 int branch_type(unsigned long from, unsigned long to, int abort);
|
| /arch/arm64/net/ |
| A D | bpf_jit_comp.c | 2880 enum aarch64_insn_branch_type branch_type; in bpf_arch_text_poke() local 2916 branch_type = AARCH64_INSN_BRANCH_LINK; in bpf_arch_text_poke() 2918 branch_type = AARCH64_INSN_BRANCH_NOLINK; in bpf_arch_text_poke() 2920 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke() 2923 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke()
|
| /arch/x86/events/intel/ |
| A D | lbr.c | 1238 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
Completed in 19 milliseconds