Lines Matching refs:dl
467 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq() local
471 if (!dl->ops.target.sym) { in annotate_browser__callq()
476 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
479 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
482 dl->ops.target.sym->name); in annotate_browser__callq()
488 target_ms.sym = dl->ops.target.sym; in annotate_browser__callq()
518 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump() local
522 if (!ins__is_jump(&dl->ins)) in annotate_browser__jump()
525 if (dl->ops.target.outside) { in annotate_browser__jump()
530 offset = dl->ops.target.offset; in annotate_browser__jump()
531 dl = annotate_browser__find_offset(browser, offset, &idx); in annotate_browser__jump()
532 if (dl == NULL) { in annotate_browser__jump()
537 annotate_browser__set_top(browser, &dl->al, idx); in annotate_browser__jump()
872 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run() local
878 else if (!dl->ins.ops) in annotate_browser__run()
880 else if (ins__is_ret(&dl->ins)) in annotate_browser__run()