Symbol: branch_flags
arch/powerpc/net/bpf_jit_comp.c
1173
int ret = 0, branch_flags;
arch/powerpc/net/bpf_jit_comp.c
1226
branch_flags = old_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0;
arch/powerpc/net/bpf_jit_comp.c
1229
create_branch(&old_inst, ip, (unsigned long)old_addr, branch_flags);
arch/powerpc/net/bpf_jit_comp.c
1232
branch_flags);
arch/powerpc/net/bpf_jit_comp.c
1235
branch_flags = new_t == BPF_MOD_CALL ? BRANCH_SET_LINK : 0;
arch/powerpc/net/bpf_jit_comp.c
1238
create_branch(&new_inst, ip, (unsigned long)new_addr, branch_flags);
arch/powerpc/net/bpf_jit_comp.c
1241
branch_flags);
tools/perf/builtin-annotate.c
98
struct branch_flags *flags)
tools/perf/util/arm-spe.c
394
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
85
void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
tools/perf/util/callchain.c
1090
bool branch, struct branch_flags *flags,
tools/perf/util/callchain.c
1113
memcpy(&node->branch_flags, flags,
tools/perf/util/callchain.c
1114
sizeof(struct branch_flags));
tools/perf/util/callchain.c
1656
node->branch, &node->branch_flags,
tools/perf/util/callchain.c
624
if (cursor_node->branch_flags.predicted)
tools/perf/util/callchain.c
627
if (cursor_node->branch_flags.abort)
tools/perf/util/callchain.c
631
&cursor_node->branch_flags,
tools/perf/util/callchain.c
641
cursor_node->branch_flags.cycles;
tools/perf/util/callchain.c
792
if (node->branch_flags.predicted)
tools/perf/util/callchain.c
795
if (node->branch_flags.abort)
tools/perf/util/callchain.c
799
&node->branch_flags,
tools/perf/util/callchain.c
808
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
2238
struct branch_flags flags;
tools/perf/util/machine.c
2094
bool branch, struct branch_flags *flags, int nr_loop_iter,
tools/perf/util/machine.c
2153
struct branch_flags *flags,
tools/perf/util/machine.c
2406
struct branch_flags *flags;
tools/perf/util/machine.c
2521
&cnode->branch_flags,
tools/perf/util/scripting-engines/trace-event-python.c
561
static int get_br_mspred(struct branch_flags *flags, char *bf, int size)