Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h742 .branch_type = branch_ddrclk, \
759 .branch_type = branch_mux, \
774 .branch_type = branch_mux, \
790 .branch_type = branch_muxgrf, \
805 .branch_type = branch_divider, \
820 .branch_type = branch_divider, \
835 .branch_type = branch_gate, \
848 .branch_type = branch_mmc, \
859 .branch_type = branch_inverter, \
871 .branch_type = branch_factor, \
[all …]
H A Dclk.c223 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch()
444 switch (list->branch_type) { in rockchip_clk_register_branches()
561 __func__, list->branch_type); in rockchip_clk_register_branches()
/openbmc/linux/tools/perf/util/
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,
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 Dparse-events.l235 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
H A Devlist.c1256 u64 branch_type = 0; in evlist__combined_branch_type() local
1259 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type()
1260 return branch_type; in evlist__combined_branch_type()
/openbmc/openbmc/meta-yadro/recipes-core/os-release/
H A Dos-release.bbappend25 branch_type = branch_info[0]
40 print ('Branch type = %s' % branch_type)
61 if 'release' == branch_type:
/openbmc/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…
/openbmc/linux/arch/x86/events/
H A Dutils.c207 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
H A Dperf_event.h1281 int branch_type(unsigned long from, unsigned long to, int abort);
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2179 enum aarch64_insn_branch_type branch_type; in bpf_arch_text_poke() local
2215 branch_type = AARCH64_INSN_BRANCH_LINK; in bpf_arch_text_poke()
2217 branch_type = AARCH64_INSN_BRANCH_NOLINK; in bpf_arch_text_poke()
2219 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke()
2222 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1278 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument
1286 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1867 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c1151 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()