Home
last modified time | relevance | path

Searched refs:branch_type (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk.h405 enum rockchip_clk_branch_type branch_type; member
429 .branch_type = branch_composite, \
450 .branch_type = branch_composite, \
472 .branch_type = branch_composite, \
490 .branch_type = branch_composite, \
509 .branch_type = branch_composite, \
527 .branch_type = branch_composite, \
546 .branch_type = branch_composite, \
565 .branch_type = branch_fraction_divider, \
582 .branch_type
[all...]
H A Dclk.c224 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch()
453 switch (list->branch_type) { in rockchip_clk_register_branches()
559 __func__, list->branch_type); in rockchip_clk_register_branches()
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk.h529 enum rockchip_clk_branch_type branch_type; member
554 .branch_type = branch_composite, \
575 .branch_type = branch_composite, \
597 .branch_type = branch_composite, \
615 .branch_type = branch_composite, \
634 .branch_type = branch_composite, \
652 .branch_type = branch_composite, \
671 .branch_type = branch_composite, \
690 .branch_type = branch_fraction_divider, \
707 .branch_type
[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()
/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
419 u32 branch_type; member
449 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
458 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,
H A Devlist.c1144 u64 branch_type = 0; in evlist__combined_branch_type() local
1147 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type()
1148 return branch_type; in evlist__combined_branch_type()
/kernel/linux/linux-6.6/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,
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()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexport-to-postgresql.py398 'branch_type integer,'
424 'branch_type integer,'
603 '(SELECT name FROM branch_types WHERE id = branch_type) AS branch_type_name,'
1021 def branch_type_table(branch_type, name, *x):
1025 value = struct.pack(fmt, 2, 4, branch_type, n, name)
1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, *x):
1030 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt)
1032 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiq", 24, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexport-to-postgresql.py398 'branch_type integer,'
425 'branch_type integer,'
605 '(SELECT name FROM branch_types WHERE id = branch_type) AS branch_type_name,'
1024 def branch_type_table(branch_type, name, *x):
1028 value = struct.pack(fmt, 2, 4, branch_type, n, name)
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x):
1033 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags)
1035 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags)
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c1182 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
1441 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1123 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument
1131 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1574 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dlbr.c1151 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()

Completed in 30 milliseconds