Searched refs:is_branch (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/perf/util/
H A Dblock-range.c124 .is_branch = 0,
147 .is_branch = 1,
171 .is_branch = 0,
209 .is_branch = entry->is_branch,
217 entry->is_branch = 1;
233 entry->is_branch = 1;
256 .is_branch = 1,
279 .is_branch = 0,
292 assert(iter.end->end == end && iter.end->is_branch);
[all...]
H A Dblock-range.h17 * @is_branch: @end is a branch instruction
19 * @taken: number of times the branch is taken (requires @is_branch)
30 int is_target, is_branch; member in struct:block_range
H A Dannotate.c1528 while (!branch->is_branch)
1547 if (br->is_branch && br->end == addr) {
/linux-master/arch/arc/kernel/
H A Dkgdb.c80 int is_branch; member in struct:single_step_data_t
89 for (i = 0; i < (single_step_data.is_branch ? 2 : 1); i++) {
112 single_step_data.is_branch = disasm_next_pc((unsigned long)
120 if (single_step_data.is_branch) {
H A Ddisasm.c69 state->is_branch = 1;
98 state->is_branch = 1;
191 state->is_branch = 1;
201 state->is_branch = 1;
404 state->is_branch = 1;
413 state->is_branch = 1;
419 state->is_branch = 1;
571 if (instr.is_branch)
591 return instr.is_branch;
H A Dkprobes.c129 int is_branch; local
167 is_branch = 0;
169 is_branch =
182 if (is_branch) {
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c105 static bool is_branch(uint32_t insn, int *off) function
173 if (!is_branch(le32toh(code[i]), &off))
/linux-master/arch/arc/include/asm/
H A Ddisasm.h80 int is_branch; member in struct:disasm_state
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2261 bool is_branch; member in struct:dpcd_quirk
2299 drm_dp_get_quirks(const struct drm_dp_dpcd_ident *ident, bool is_branch) argument
2309 if (quirk->is_branch != is_branch)
2332 * @is_branch: true for branch devices, false for sink devices
2340 bool is_branch)
2343 unsigned int offset = is_branch ? DP_BRANCH_OUI : DP_SINK_OUI;
2350 desc->quirks = drm_dp_get_quirks(ident, is_branch);
2356 aux->name, is_branch ? "branch" : "sink",
2339 drm_dp_read_desc(struct drm_dp_aux *aux, struct drm_dp_desc *desc, bool is_branch) argument
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h374 bool is_branch; member in struct:x86_emulate_ctxt
H A Demulate.c4961 ctxt->is_branch = opcode.flags & IsBranch;
H A Dx86.c9283 if (ctxt->is_branch)
/linux-master/include/drm/display/
H A Ddrm_dp_helper.h610 bool is_branch);
/linux-master/tools/perf/
H A Dbuiltin-annotate.c137 assert(entry->is_branch);

Completed in 235 milliseconds