Home
last modified time | relevance | path

Searched refs:branch_type (Results 1 – 4 of 4) sorted by relevance

/arch/x86/events/
A Dutils.c208 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
A Dperf_event.h1401 int branch_type(unsigned long from, unsigned long to, int abort);
/arch/arm64/net/
A Dbpf_jit_comp.c2880 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 Dlbr.c1238 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()

Completed in 19 milliseconds