Home
last modified time | relevance | path

Searched refs:offset_avail (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/perf/arch/loongarch/annotate/
Dinstructions.c89 ops->target.offset_avail = true; in loongarch_jump__parse()
91 ops->target.offset_avail = false; in loongarch_jump__parse()
/linux-6.12.1/tools/perf/util/
Ddisasm.h62 bool offset_avail; member
Dannotate.h165 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
Ddisasm.c434 ops->target.offset_avail = true; in jump__parse()
436 ops->target.offset_avail = false; in jump__parse()
1159 dl->ops.target.offset_avail = true; in symbol__parse_objdump_line()