/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.h | 198 enum rockchip_clk_branch_type branch_type; member 220 .branch_type = branch_composite, \ 241 .branch_type = branch_composite, \ 259 .branch_type = branch_composite, \ 278 .branch_type = branch_composite, \ 296 .branch_type = branch_composite, \ 314 .branch_type = branch_fraction_divider, \ 331 .branch_type = branch_mux, \ 346 .branch_type = branch_divider, \ 361 .branch_type = branch_divider, \ [all …]
|
D | clk.c | 224 switch (list->branch_type) { in rockchip_clk_register_branches() 285 __func__, list->branch_type); in rockchip_clk_register_branches()
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 423 def branch_type_table(branch_type, name, *x): argument 426 value = struct.pack(fmt, 2, 4, branch_type, n, name) 429 …to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, *x): argument 431 … time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx) 433 …_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx)
|
/linux-4.1.27/tools/perf/util/ |
D | db-export.c | 274 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument 278 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type() 352 u32 branch_type; member 382 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
|
D | db-export.h | 60 int (*export_branch_type)(struct db_export *dbe, u32 branch_type, 95 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
|
D | parse-events.l | 153 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 607 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function 795 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 653 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument 661 tuple_set_s32(t, 0, branch_type); in python_export_branch_type() 944 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
|