Lines Matching defs:notes
71 struct annotation *notes = symbol__annotation(sym);
72 struct source_line *src_line = notes->src->lines;
73 struct sym_hist *h = annotation__histogram(notes, evidx);
77 next = objdump__get_next_ip_line(¬es->src->source, self);
145 struct annotation *notes = symbol__annotation(sym);
150 pthread_mutex_lock(¬es->lock);
152 list_for_each_entry(pos, ¬es->src->source, node) {
161 pthread_mutex_unlock(¬es->lock);
258 struct annotation *notes;
282 notes = symbol__annotation(sym);
284 list_for_each_entry(pos, ¬es->src->source, node) {
294 browser.b.entries = ¬es->src->source,
297 list_for_each_entry_safe(pos, n, ¬es->src->source, node) {