Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddb-export.c285 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument
289 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()
421 u32 branch_type; member
453 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
462 u32 type = branch_types[i].branch_type; in db_export__branch_types()
H A Ddb-export.h54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
96 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1024 def branch_type_table(branch_type, name, *x): argument
1028 value = struct.pack(fmt, 2, 4, branch_type, n, name)
1031 …ymbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_pa… argument
1033 … 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, c…
1035 …ffset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, c…
/linux/arch/x86/events/
H A Dutils.c207 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2534 enum aarch64_insn_branch_type branch_type; in bpf_arch_text_poke() local
2570 branch_type = AARCH64_INSN_BRANCH_LINK; in bpf_arch_text_poke()
2572 branch_type = AARCH64_INSN_BRANCH_NOLINK; in bpf_arch_text_poke()
2574 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke()
2577 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke()
/linux/arch/x86/events/intel/
H A Dlbr.c1229 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()