Lines Matching defs:notes

48 	struct annotation *notes = browser__annotation(browser);
52 if (nr == notes->max_jump_sources)
92 struct annotation *notes = browser__annotation(browser);
115 annotation_line__write(al, notes, &ops);
157 struct annotation *notes = symbol__annotation(sym);
158 u8 pcnt_width = annotation__pcnt_width(notes);
189 target = notes->src->offsets[cursor->ops.target.offset];
191 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n",
204 width = annotation__cycles_width(notes);
208 pcnt_width + 2 + notes->widths.addr + width,
214 pcnt_width + 3 + notes->widths.addr + width,
221 struct annotation *notes = browser__annotation(browser);
223 int pcnt_width = annotation__pcnt_width(notes);
308 struct annotation *notes = symbol__annotation(sym);
313 annotation__lock(notes);
317 list_for_each_entry(pos, &notes->src->source, al.node) {
342 annotation__unlock(notes);
372 struct annotation *notes = browser__annotation(&browser->b);
383 browser->b.nr_entries = notes->src->nr_entries;
401 browser->b.nr_entries = notes->src->nr_asm_entries;
432 struct annotation *notes = browser__annotation(browser);
434 browser->nr_entries = notes->src->nr_asm_entries;
460 struct annotation *notes;
468 notes = symbol__annotation(dl->ops.target.sym);
469 annotation__lock(notes);
472 annotation__unlock(notes);
481 annotation__unlock(notes);
492 struct annotation *notes = browser__annotation(&browser->b);
496 list_for_each_entry(pos, &notes->src->source, al.node) {
538 struct annotation *notes = browser__annotation(&browser->b);
542 list_for_each_entry_continue(al, &notes->src->source, node) {
575 struct annotation *notes = browser__annotation(&browser->b);
579 list_for_each_entry_continue_reverse(al, &notes->src->source, node) {
714 struct annotation *notes = symbol__annotation(ms->sym);
821 annotation__update_column_widths(notes);
832 annotation__update_column_widths(notes);
858 notes->src->nr_asm_entries);
892 annotation__update_column_widths(notes);
899 annotation__update_column_widths(notes);
908 annotation__toggle_full_addr(notes, ms);
950 struct annotation *notes = symbol__annotation(sym);
964 int not_annotated = list_empty(&notes->src->source);
986 browser.b.width = notes->src->max_line_len;
987 browser.b.nr_entries = notes->src->nr_entries;
988 browser.b.entries = &notes->src->source,
997 annotated_source__purge(notes->src);
1001 zfree(&notes->src->offsets);