Symbol: branch_type
arch/arm64/net/bpf_jit_comp.c
2994
enum aarch64_insn_branch_type branch_type;
arch/arm64/net/bpf_jit_comp.c
3029
branch_type = old_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK :
arch/arm64/net/bpf_jit_comp.c
3031
if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0)
arch/arm64/net/bpf_jit_comp.c
3034
branch_type = new_t == BPF_MOD_CALL ? AARCH64_INSN_BRANCH_LINK :
arch/arm64/net/bpf_jit_comp.c
3036
if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0)
arch/x86/events/intel/lbr.c
1239
type = branch_type(from, to, cpuc->lbr_entries[i].abort);
arch/x86/events/perf_event.h
1435
int branch_type(unsigned long from, unsigned long to, int abort);
drivers/clk/rockchip/clk.c
218
if (child && child->branch_type != branch_mux) {
drivers/clk/rockchip/clk.c
512
if ((list->branch_type == branch_grf_mux ||
drivers/clk/rockchip/clk.c
513
list->branch_type == branch_grf_gate ||
drivers/clk/rockchip/clk.c
514
list->branch_type == branch_grf_mmc) &&
drivers/clk/rockchip/clk.c
525
switch (list->branch_type) {
drivers/clk/rockchip/clk.c
662
__func__, list->branch_type);
drivers/clk/rockchip/clk.c
687
switch (list->branch_type) {
drivers/clk/rockchip/clk.c
692
dev_err(dev, "unknown clock type %d\n", list->branch_type);
drivers/clk/rockchip/clk.h
1005
.branch_type = branch_mux, \
drivers/clk/rockchip/clk.h
1020
.branch_type = branch_mux, \
drivers/clk/rockchip/clk.h
1036
.branch_type = branch_grf_mux, \
drivers/clk/rockchip/clk.h
1052
.branch_type = branch_divider, \
drivers/clk/rockchip/clk.h
1067
.branch_type = branch_divider, \
drivers/clk/rockchip/clk.h
1082
.branch_type = branch_gate, \
drivers/clk/rockchip/clk.h
1095
.branch_type = branch_grf_gate, \
drivers/clk/rockchip/clk.h
1109
.branch_type = branch_linked_gate, \
drivers/clk/rockchip/clk.h
1123
.branch_type = branch_mmc, \
drivers/clk/rockchip/clk.h
1134
.branch_type = branch_grf_mmc, \
drivers/clk/rockchip/clk.h
1146
.branch_type = branch_inverter, \
drivers/clk/rockchip/clk.h
1158
.branch_type = branch_factor, \
drivers/clk/rockchip/clk.h
1170
.branch_type = branch_factor, \
drivers/clk/rockchip/clk.h
1186
.branch_type = branch_half_divider, \
drivers/clk/rockchip/clk.h
1207
.branch_type = branch_half_divider, \
drivers/clk/rockchip/clk.h
1226
.branch_type = branch_half_divider, \
drivers/clk/rockchip/clk.h
1243
.branch_type = branch_half_divider, \
drivers/clk/rockchip/clk.h
773
enum rockchip_clk_branch_type branch_type;
drivers/clk/rockchip/clk.h
800
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
821
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
843
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
861
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
880
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
898
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
917
.branch_type = branch_composite, \
drivers/clk/rockchip/clk.h
936
.branch_type = branch_fraction_divider, \
drivers/clk/rockchip/clk.h
953
.branch_type = branch_fraction_divider, \
drivers/clk/rockchip/clk.h
971
.branch_type = branch_fraction_divider, \
drivers/clk/rockchip/clk.h
988
.branch_type = branch_ddrclk, \
drivers/perf/arm_brbe.c
335
static u64 branch_type_to_brbfcr(int branch_type)
drivers/perf/arm_brbe.c
339
if (branch_type & PERF_SAMPLE_BRANCH_ANY) {
drivers/perf/arm_brbe.c
344
if (branch_type & PERF_SAMPLE_BRANCH_ANY_CALL) {
drivers/perf/arm_brbe.c
349
if (branch_type & PERF_SAMPLE_BRANCH_ANY_RETURN)
drivers/perf/arm_brbe.c
352
if (branch_type & PERF_SAMPLE_BRANCH_IND_CALL)
drivers/perf/arm_brbe.c
355
if (branch_type & PERF_SAMPLE_BRANCH_COND)
drivers/perf/arm_brbe.c
358
if (branch_type & PERF_SAMPLE_BRANCH_IND_JUMP)
drivers/perf/arm_brbe.c
361
if (branch_type & PERF_SAMPLE_BRANCH_CALL)
drivers/perf/arm_brbe.c
380
static u64 branch_type_to_brbcr(int branch_type)
drivers/perf/arm_brbe.c
384
if (branch_type & PERF_SAMPLE_BRANCH_USER)
drivers/perf/arm_brbe.c
392
if (branch_type & PERF_SAMPLE_BRANCH_KERNEL)
drivers/perf/arm_brbe.c
395
if (branch_type & PERF_SAMPLE_BRANCH_HV) {
drivers/perf/arm_brbe.c
400
if (!(branch_type & PERF_SAMPLE_BRANCH_NO_CYCLES))
drivers/perf/arm_brbe.c
403
if (!(branch_type & PERF_SAMPLE_BRANCH_NO_FLAGS))
drivers/perf/arm_brbe.c
415
if (branch_type & PERF_SAMPLE_BRANCH_KERNEL) {
drivers/perf/arm_brbe.c
416
if (branch_type & PERF_SAMPLE_BRANCH_ANY) {
drivers/perf/arm_brbe.c
421
if (branch_type & PERF_SAMPLE_BRANCH_ANY_CALL)
drivers/perf/arm_brbe.c
424
if (branch_type & PERF_SAMPLE_BRANCH_ANY_RETURN)
drivers/perf/arm_brbe.c
432
u64 branch_type = event->attr.branch_sample_type;
drivers/perf/arm_brbe.c
440
if (branch_type & BRBE_EXCLUDE_BRANCH_FILTERS) {
drivers/perf/arm_brbe.c
441
pr_debug("requested branch filter not supported 0x%llx\n", branch_type);
drivers/perf/arm_brbe.c
446
if (!(branch_type & BRBE_ALLOWED_BRANCH_TYPES)) {
drivers/perf/arm_brbe.c
447
pr_debug("no branch type enabled 0x%llx\n", branch_type);
drivers/perf/arm_brbe.c
460
pr_debug("branch filter in hypervisor or guest only not supported 0x%llx\n", branch_type);
tools/perf/util/db-export.c
285
int db_export__branch_type(struct db_export *dbe, u32 branch_type,
tools/perf/util/db-export.c
289
return dbe->export_branch_type(dbe, branch_type, name);
tools/perf/util/db-export.c
425
u32 branch_type;
tools/perf/util/db-export.c
457
err = db_export__branch_type(dbe, branch_types[i].branch_type,
tools/perf/util/db-export.c
466
u32 type = branch_types[i].branch_type;
tools/perf/util/db-export.h
54
int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
tools/perf/util/db-export.h
96
int db_export__branch_type(struct db_export *dbe, u32 branch_type,
tools/perf/util/evlist.c
1263
u64 branch_type = 0;
tools/perf/util/evlist.c
1266
branch_type |= evsel->core.attr.branch_sample_type;
tools/perf/util/evlist.c
1267
return branch_type;
tools/perf/util/scripting-engines/trace-event-python.c
1288
static int python_export_branch_type(struct db_export *dbe, u32 branch_type,
tools/perf/util/scripting-engines/trace-event-python.c
1296
tuple_set_s32(t, 0, branch_type);
tools/perf/util/scripting-engines/trace-event-python.c
1882
SET_TABLE_HANDLER(branch_type);