| /linux/drivers/perf/ |
| H A D | arm_brbe.c | 335 static u64 branch_type_to_brbfcr(int branch_type) in branch_type_to_brbfcr() argument 339 if (branch_type & PERF_SAMPLE_BRANCH_ANY) { in branch_type_to_brbfcr() 344 if (branch_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in branch_type_to_brbfcr() 349 if (branch_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in branch_type_to_brbfcr() 352 if (branch_type & PERF_SAMPLE_BRANCH_IND_CALL) in branch_type_to_brbfcr() 355 if (branch_type & PERF_SAMPLE_BRANCH_COND) in branch_type_to_brbfcr() 358 if (branch_type & PERF_SAMPLE_BRANCH_IND_JUMP) in branch_type_to_brbfcr() 361 if (branch_type & PERF_SAMPLE_BRANCH_CALL) in branch_type_to_brbfcr() 380 static u64 branch_type_to_brbcr(int branch_type) in branch_type_to_brbcr() argument 384 if (branch_type & PERF_SAMPLE_BRANCH_USER) in branch_type_to_brbcr() [all …]
|
| /linux/drivers/clk/rockchip/ |
| H A D | clk.h | 773 enum rockchip_clk_branch_type branch_type; member 800 .branch_type = branch_composite, \ 821 .branch_type = branch_composite, \ 843 .branch_type = branch_composite, \ 861 .branch_type = branch_composite, \ 880 .branch_type = branch_composite, \ 898 .branch_type = branch_composite, \ 917 .branch_type = branch_composite, \ 936 .branch_type = branch_fraction_divider, \ 953 .branch_type = branch_fraction_divider, \ [all …]
|
| H A D | clk.c | 218 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch() 512 if ((list->branch_type == branch_grf_mux || in rockchip_clk_register_branches() 513 list->branch_type == branch_grf_gate || in rockchip_clk_register_branches() 514 list->branch_type == branch_grf_mmc) && in rockchip_clk_register_branches() 525 switch (list->branch_type) { in rockchip_clk_register_branches() 662 __func__, list->branch_type); in rockchip_clk_register_branches() 687 switch (list->branch_type) { in rockchip_clk_register_late_branches() 692 dev_err(dev, "unknown clock type %d\n", list->branch_type); in rockchip_clk_register_late_branches()
|
| /linux/tools/perf/util/ |
| H A D | db-export.c | 285 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() 425 u32 branch_type; member 457 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types() 466 u32 type = branch_types[i].branch_type; in db_export__branch_types()
|
| H A D | db-export.h | 54 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 D | parse-events.l | 294 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
|
| H A D | evlist.c | 1263 u64 branch_type = 0; in evlist__combined_branch_type() local 1266 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type() 1267 return branch_type; in evlist__combined_branch_type()
|
| /linux/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 1024 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/arm64/net/ |
| H A D | bpf_jit_comp.c | 2994 enum aarch64_insn_branch_type branch_type; in bpf_arch_text_poke() local 3029 branch_type = old_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke() 3031 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke() 3034 branch_type = new_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK : in bpf_arch_text_poke() 3036 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1288 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument 1296 tuple_set_s32(t, 0, branch_type); in python_export_branch_type() 1882 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 1435 int branch_type(unsigned long from, unsigned long to, int abort);
|