/Linux-v5.15/drivers/clk/rockchip/ |
D | clk.h | 442 enum rockchip_clk_branch_type branch_type; member 466 .branch_type = branch_composite, \ 487 .branch_type = branch_composite, \ 509 .branch_type = branch_composite, \ 527 .branch_type = branch_composite, \ 546 .branch_type = branch_composite, \ 564 .branch_type = branch_composite, \ 583 .branch_type = branch_composite, \ 602 .branch_type = branch_fraction_divider, \ 619 .branch_type = branch_fraction_divider, \ [all …]
|
D | clk.c | 213 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch() 442 switch (list->branch_type) { in rockchip_clk_register_branches() 548 __func__, list->branch_type); in rockchip_clk_register_branches()
|
/Linux-v5.15/tools/perf/util/ |
D | db-export.c | 281 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()
|
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,
|
D | parse-events.l | 285 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
|
D | evlist.c | 1179 u64 branch_type = 0; in evlist__combined_branch_type() local 1182 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type() 1183 return branch_type; in evlist__combined_branch_type()
|
/Linux-v5.15/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1021 def branch_type_table(branch_type, name, *x): argument 1025 value = struct.pack(fmt, 2, 4, branch_type, n, name) 1028 …ymbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_pa… argument 1030 … 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… 1032 …ffset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, c…
|
/Linux-v5.15/arch/x86/events/intel/ |
D | lbr.c | 1174 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function 1433 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
/Linux-v5.15/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1191 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument 1199 tuple_set_s32(t, 0, branch_type); in python_export_branch_type() 1781 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
|