Lines Matching full:notes
91 struct annotation *notes = symbol__annotation(sym); in objdump_line__calc_percent() local
92 struct source_line *src_line = notes->src->lines; in objdump_line__calc_percent()
93 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent()
97 next = objdump__get_next_ip_line(¬es->src->source, self); in objdump_line__calc_percent()
166 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local
171 pthread_mutex_lock(¬es->lock); in annotate_browser__calc_percent()
173 list_for_each_entry(pos, ¬es->src->source, node) { in annotate_browser__calc_percent()
182 pthread_mutex_unlock(¬es->lock); in annotate_browser__calc_percent()
305 struct annotation *notes; in annotate_browser__run() local
328 notes = symbol__annotation(target); in annotate_browser__run()
329 pthread_mutex_lock(¬es->lock); in annotate_browser__run()
331 if (notes->src == NULL && symbol__alloc_hist(target) < 0) { in annotate_browser__run()
332 pthread_mutex_unlock(¬es->lock); in annotate_browser__run()
338 pthread_mutex_unlock(¬es->lock); in annotate_browser__run()
372 struct annotation *notes; in symbol__tui_annotate() local
402 notes = symbol__annotation(sym); in symbol__tui_annotate()
404 list_for_each_entry(pos, ¬es->src->source, node) { in symbol__tui_annotate()
419 browser.b.entries = ¬es->src->source, in symbol__tui_annotate()
422 list_for_each_entry_safe(pos, n, ¬es->src->source, node) { in symbol__tui_annotate()