Lines Matching full:notes

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