/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.h | 222 enum rockchip_clk_branch_type branch_type; member 244 .branch_type = branch_composite, \ 265 .branch_type = branch_composite, \ 283 .branch_type = branch_composite, \ 302 .branch_type = branch_composite, \ 320 .branch_type = branch_composite, \ 339 .branch_type = branch_composite, \ 358 .branch_type = branch_fraction_divider, \ 375 .branch_type = branch_mux, \ 390 .branch_type = branch_divider, \ [all …]
|
D | clk.c | 233 switch (list->branch_type) { in rockchip_clk_register_branches() 301 __func__, list->branch_type); in rockchip_clk_register_branches()
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 691 def branch_type_table(branch_type, name, *x): argument 694 value = struct.pack(fmt, 2, 4, branch_type, n, name) 697 …to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, *x): argument 699 … time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx) 701 …_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx)
|
/linux-4.4.14/tools/perf/util/ |
D | db-export.c | 279 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument 283 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type() 359 u32 branch_type; member 389 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 | 190 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
|
D | evlist.c | 1337 u64 branch_type = 0; in perf_evlist__combined_branch_type() local 1340 branch_type |= evsel->attr.branch_sample_type; in perf_evlist__combined_branch_type() 1341 return branch_type; in perf_evlist__combined_branch_type()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 643 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function 831 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 654 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument 662 tuple_set_s32(t, 0, branch_type); in python_export_branch_type() 945 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
|