Symbol: branch_flags
arch/powerpc/net/bpf_jit_comp.c
1307
int ret = 0, branch_flags;
arch/powerpc/net/bpf_jit_comp.c
1360
branch_flags = old_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0;
arch/powerpc/net/bpf_jit_comp.c
1363
create_branch(&old_inst, ip, (unsigned long)old_addr, branch_flags);
arch/powerpc/net/bpf_jit_comp.c
1366
branch_flags);
arch/powerpc/net/bpf_jit_comp.c
1369
branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0;
arch/powerpc/net/bpf_jit_comp.c
1372
create_branch(&new_inst, ip, (unsigned long)new_addr, branch_flags);
arch/powerpc/net/bpf_jit_comp.c
1375
branch_flags);
tools/perf/builtin-annotate.c
97
struct branch_flags *flags)
tools/perf/util/arm-spe.c
413
struct branch_flags *bs_flags;
tools/perf/util/branch.c
18
void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
tools/perf/util/branch.h
37
struct branch_flags flags;
tools/perf/util/branch.h
46
struct branch_flags flags;
tools/perf/util/branch.h
88
void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
tools/perf/util/callchain.c
1137
bool branch, struct branch_flags *flags,
tools/perf/util/callchain.c
1160
memcpy(&node->branch_flags, flags,
tools/perf/util/callchain.c
1161
sizeof(struct branch_flags));
tools/perf/util/callchain.c
1718
node->branch, &node->branch_flags,
tools/perf/util/callchain.c
671
if (cursor_node->branch_flags.predicted)
tools/perf/util/callchain.c
674
if (cursor_node->branch_flags.abort)
tools/perf/util/callchain.c
678
&cursor_node->branch_flags,
tools/perf/util/callchain.c
688
cursor_node->branch_flags.cycles;
tools/perf/util/callchain.c
839
if (node->branch_flags.predicted)
tools/perf/util/callchain.c
842
if (node->branch_flags.abort)
tools/perf/util/callchain.c
846
&node->branch_flags,
tools/perf/util/callchain.c
855
cnode->cycles_count += node->branch_flags.cycles;
tools/perf/util/callchain.h
152
struct branch_flags branch_flags;
tools/perf/util/callchain.h
206
bool branch, struct branch_flags *flags,
tools/perf/util/intel-pt.c
2258
struct branch_flags flags;
tools/perf/util/machine.c
2137
bool branch, struct branch_flags *flags, int nr_loop_iter,
tools/perf/util/machine.c
2196
struct branch_flags *flags,
tools/perf/util/machine.c
2449
struct branch_flags *flags;
tools/perf/util/machine.c
2564
&cnode->branch_flags,
tools/perf/util/scripting-engines/trace-event-python.c
560
static int get_br_mspred(struct branch_flags *flags, char *bf, int size)