Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/rockchip/
Dclk.h222 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 …]
Dclk.c233 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/
Dexport-to-postgresql.py691 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/
Ddb-export.c279 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()
Ddb-export.h60 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
95 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
Dparse-events.l190 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
Devlist.c1337 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/
Dperf_event_intel_lbr.c643 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/
Dtrace-event-python.c654 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()