Lines Matching refs:dl
537 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq() local
541 if (!dl->ops.target.sym) { in annotate_browser__callq()
546 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
549 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
552 dl->ops.target.sym->name); in annotate_browser__callq()
558 target_ms.sym = dl->ops.target.sym; in annotate_browser__callq()
588 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump() local
592 if (!ins__is_jump(&dl->ins)) in annotate_browser__jump()
595 if (dl->ops.target.outside) { in annotate_browser__jump()
600 offset = dl->ops.target.offset; in annotate_browser__jump()
601 dl = annotate_browser__find_offset(browser, offset, &idx); in annotate_browser__jump()
602 if (dl == NULL) { in annotate_browser__jump()
607 annotate_browser__set_top(browser, &dl->al, idx); in annotate_browser__jump()
960 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run() local
966 else if (!dl->ins.ops) in annotate_browser__run()
968 else if (ins__is_ret(&dl->ins)) in annotate_browser__run()