Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/rockchip/
Dclk.h461 enum rockchip_clk_branch_type branch_type; member
486 .branch_type = branch_composite, \
507 .branch_type = branch_composite, \
529 .branch_type = branch_composite, \
547 .branch_type = branch_composite, \
566 .branch_type = branch_composite, \
584 .branch_type = branch_composite, \
603 .branch_type = branch_composite, \
622 .branch_type = branch_fraction_divider, \
639 .branch_type = branch_fraction_divider, \
[all …]
Dclk.c218 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch()
449 switch (list->branch_type) { in rockchip_clk_register_branches()
566 __func__, list->branch_type); in rockchip_clk_register_branches()
/linux-6.1.9/tools/perf/util/
Ddb-export.c281 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument
285 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()
415 u32 branch_type; member
447 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
456 u32 type = branch_types[i].branch_type; in db_export__branch_types()
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,
Dparse-events.l291 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
Devlist.c1235 u64 branch_type = 0; in evlist__combined_branch_type() local
1238 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type()
1239 return branch_type; in evlist__combined_branch_type()
/linux-6.1.9/tools/perf/scripts/python/
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-6.1.9/arch/x86/events/
Dutils.c206 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
Dperf_event.h1278 int branch_type(unsigned long from, unsigned long to, int abort);
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c2117 enum aarch64_insn_branch_type branch_type; in bpf_arch_text_poke() local
2153 branch_type = AARCH64_INSN_BRANCH_LINK; in bpf_arch_text_poke()
2155 branch_type = AARCH64_INSN_BRANCH_NOLINK; in bpf_arch_text_poke()
2157 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke()
2160 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1243 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument
1251 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1838 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
/linux-6.1.9/arch/x86/events/intel/
Dlbr.c1151 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()