branch_type 1059 arch/x86/events/intel/lbr.c type = branch_type(from, to, cpuc->lbr_entries[i].abort); branch_type 226 drivers/clk/rockchip/clk.c if (child && child->branch_type != branch_mux) { branch_type 450 drivers/clk/rockchip/clk.c switch (list->branch_type) { branch_type 556 drivers/clk/rockchip/clk.c __func__, list->branch_type); branch_type 405 drivers/clk/rockchip/clk.h enum rockchip_clk_branch_type branch_type; branch_type 429 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 450 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 472 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 490 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 509 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 527 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 546 drivers/clk/rockchip/clk.h .branch_type = branch_composite, \ branch_type 565 drivers/clk/rockchip/clk.h .branch_type = branch_fraction_divider, \ branch_type 582 drivers/clk/rockchip/clk.h .branch_type = branch_fraction_divider, \ branch_type 600 drivers/clk/rockchip/clk.h .branch_type = branch_fraction_divider, \ branch_type 617 drivers/clk/rockchip/clk.h .branch_type = branch_ddrclk, \ branch_type 634 drivers/clk/rockchip/clk.h .branch_type = branch_mux, \ branch_type 649 drivers/clk/rockchip/clk.h .branch_type = branch_muxgrf, \ branch_type 664 drivers/clk/rockchip/clk.h .branch_type = branch_divider, \ branch_type 679 drivers/clk/rockchip/clk.h .branch_type = branch_divider, \ branch_type 694 drivers/clk/rockchip/clk.h .branch_type = branch_gate, \ branch_type 707 drivers/clk/rockchip/clk.h .branch_type = branch_mmc, \ branch_type 718 drivers/clk/rockchip/clk.h .branch_type = branch_inverter, \ branch_type 730 drivers/clk/rockchip/clk.h .branch_type = branch_factor, \ branch_type 742 drivers/clk/rockchip/clk.h .branch_type = branch_factor, \ branch_type 758 drivers/clk/rockchip/clk.h .branch_type = branch_half_divider, \ branch_type 779 drivers/clk/rockchip/clk.h .branch_type = branch_half_divider, \ branch_type 798 drivers/clk/rockchip/clk.h .branch_type = branch_half_divider, \ branch_type 815 drivers/clk/rockchip/clk.h .branch_type = branch_half_divider, \ branch_type 281 tools/perf/util/db-export.c int db_export__branch_type(struct db_export *dbe, u32 branch_type, branch_type 285 tools/perf/util/db-export.c return dbe->export_branch_type(dbe, branch_type, name); branch_type 419 tools/perf/util/db-export.c u32 branch_type; branch_type 449 tools/perf/util/db-export.c err = db_export__branch_type(dbe, branch_types[i].branch_type, branch_type 458 tools/perf/util/db-export.c u32 type = branch_types[i].branch_type; branch_type 54 tools/perf/util/db-export.h int (*export_branch_type)(struct db_export *dbe, u32 branch_type, branch_type 96 tools/perf/util/db-export.h int db_export__branch_type(struct db_export *dbe, u32 branch_type, branch_type 1117 tools/perf/util/evlist.c u64 branch_type = 0; branch_type 1120 tools/perf/util/evlist.c branch_type |= evsel->core.attr.branch_sample_type; branch_type 1121 tools/perf/util/evlist.c return branch_type; branch_type 1102 tools/perf/util/scripting-engines/trace-event-python.c static int python_export_branch_type(struct db_export *dbe, u32 branch_type, branch_type 1110 tools/perf/util/scripting-engines/trace-event-python.c tuple_set_s32(t, 0, branch_type); branch_type 1553 tools/perf/util/scripting-engines/trace-event-python.c SET_TABLE_HANDLER(branch_type);