Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate.c2479 const char *insn_str = ops->source.raw; in annotate_get_insn_location() local
2484 insn_str = ops->target.raw; in annotate_get_insn_location()
2493 if (insn_str == NULL) { in annotate_get_insn_location()
2507 } else if (strchr(insn_str, arch->objdump.memory_ref_char)) { in annotate_get_insn_location()
2510 extract_reg_offset(arch, insn_str, op_loc); in annotate_get_insn_location()
2516 if (!strncmp(insn_str, "%gs:", 4)) { in annotate_get_insn_location()
2518 op_loc->offset = strtol(insn_str + 4, in annotate_get_insn_location()
2520 if (p && p != insn_str + 4) in annotate_get_insn_location()
2526 s = strdup(insn_str); in annotate_get_insn_location()