Home
last modified time | relevance | path

Searched refs:branch_type (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/clk/rockchip/
Dclk.h401 enum rockchip_clk_branch_type branch_type; member
424 .branch_type = branch_composite, \
445 .branch_type = branch_composite, \
463 .branch_type = branch_composite, \
482 .branch_type = branch_composite, \
500 .branch_type = branch_composite, \
519 .branch_type = branch_composite, \
538 .branch_type = branch_fraction_divider, \
555 .branch_type = branch_fraction_divider, \
573 .branch_type = branch_fraction_divider, \
[all …]
Dclk.c231 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch()
455 switch (list->branch_type) { in rockchip_clk_register_branches()
561 __func__, list->branch_type); in rockchip_clk_register_branches()
/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py713 def branch_type_table(branch_type, name, *x): argument
716 value = struct.pack(fmt, 2, 4, branch_type, n, name)
719 …ymbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_pa… argument
721 … 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…
723 …ffset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, c…
/Linux-v4.19/tools/perf/util/
Ddb-export.h62 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
98 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
Ddb-export.c341 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument
345 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()
431 u32 branch_type; member
461 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
Devlist.c1269 u64 branch_type = 0; in perf_evlist__combined_branch_type() local
1272 branch_type |= evsel->attr.branch_sample_type; in perf_evlist__combined_branch_type()
1273 return branch_type; in perf_evlist__combined_branch_type()
Dparse-events.l267 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c821 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() function
1047 type = branch_type(from, to, cpuc->lbr_entries[i].abort); in intel_pmu_lbr_filter()
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c1089 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument
1097 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1469 SET_TABLE_HANDLER(branch_type); in set_table_handlers()