Lines Matching refs:target
155 struct annotation_line *target;
191 target = notes->offsets[cursor->ops.target.offset];
192 if (target == NULL) {
193 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n",
194 cursor->ops.target.offset);
200 to = target->idx_asm;
203 to = (u64)target->idx;
454 * So all we check here is that dl->ops.target.sym is set, if it is, just
467 if (!dl->ops.target.sym) {
472 notes = symbol__annotation(dl->ops.target.sym);
475 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
478 dl->ops.target.sym->name);
484 target_ms.sym = dl->ops.target.sym;
521 if (dl->ops.target.outside) {
526 offset = dl->ops.target.offset;
786 "ENTER Go to target\n"
789 "j Toggle showing jump to target arrows\n"