Home | History | Annotate | Download | only in browsers

Lines Matching refs: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(&notes->src->source, self);
145 struct annotation *notes = symbol__annotation(sym);
150 pthread_mutex_lock(&notes->lock);
152 list_for_each_entry(pos, &notes->src->source, node) {
161 pthread_mutex_unlock(&notes->lock);
258 struct annotation *notes;
282 notes = symbol__annotation(sym);
284 list_for_each_entry(pos, &notes->src->source, node) {
294 browser.b.entries = &notes->src->source,
297 list_for_each_entry_safe(pos, n, &notes->src->source, node) {