Lines Matching full:notes

42 	struct annotation *notes = browser__annotation(browser);  in disasm_line__filter()  local
44 return annotation_line__filter(al, notes); in disasm_line__filter()
49 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local
53 if (nr == notes->max_jump_sources) in ui_browser__jumps_percent_color()
93 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local
116 annotation_line__write(al, notes, &ops); in annotate_browser__write()
158 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local
159 u8 pcnt_width = annotation__pcnt_width(notes); in annotate_browser__draw_current_jump()
190 target = notes->offsets[cursor->ops.target.offset]; in annotate_browser__draw_current_jump()
192 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n", in annotate_browser__draw_current_jump()
205 width = annotation__cycles_width(notes); in annotate_browser__draw_current_jump()
209 pcnt_width + 2 + notes->widths.addr + width, in annotate_browser__draw_current_jump()
215 pcnt_width + 3 + notes->widths.addr + width, in annotate_browser__draw_current_jump()
222 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh() local
224 int pcnt_width = annotation__pcnt_width(notes); in annotate_browser__refresh()
272 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_top() local
282 if (annotation_line__filter(pos, notes)) in annotate_browser__set_top()
310 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local
315 annotation__lock(notes); in annotate_browser__calc_percent()
319 list_for_each_entry(pos, &notes->src->source, al.node) { in annotate_browser__calc_percent()
344 annotation__unlock(notes); in annotate_browser__calc_percent()
374 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__toggle_source() local
385 browser->b.nr_entries = notes->src->nr_entries; in annotate_browser__toggle_source()
403 browser->b.nr_entries = notes->src->nr_asm_entries; in annotate_browser__toggle_source()
434 struct annotation *notes = browser__annotation(browser); in ui_browser__init_asm_mode() local
436 browser->nr_entries = notes->src->nr_asm_entries; in ui_browser__init_asm_mode()
462 struct annotation *notes; in annotate_browser__callq() local
470 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
471 annotation__lock(notes); in annotate_browser__callq()
474 annotation__unlock(notes); in annotate_browser__callq()
483 annotation__unlock(notes); in annotate_browser__callq()
494 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__find_offset() local
498 list_for_each_entry(pos, &notes->src->source, al.node) { in annotate_browser__find_offset()
501 if (!annotation_line__filter(&pos->al, notes)) in annotate_browser__find_offset()
540 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__find_string() local
544 list_for_each_entry_continue(al, &notes->src->source, node) { in annotate_browser__find_string()
545 if (annotation_line__filter(al, notes)) in annotate_browser__find_string()
577 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__find_string_reverse() local
581 list_for_each_entry_continue_reverse(al, &notes->src->source, node) { in annotate_browser__find_string_reverse()
582 if (annotation_line__filter(al, notes)) in annotate_browser__find_string_reverse()
716 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run() local
823 annotation__update_column_widths(notes); in annotate_browser__run()
834 annotation__update_column_widths(notes); in annotate_browser__run()
860 notes->src->nr_asm_entries); in annotate_browser__run()
894 annotation__update_column_widths(notes); in annotate_browser__run()
901 annotation__update_column_widths(notes); in annotate_browser__run()
910 annotation__toggle_full_addr(notes, ms); in annotate_browser__run()
951 struct annotation *notes = symbol__annotation(sym); in symbol__tui_annotate() local
965 int not_annotated = list_empty(&notes->src->source); in symbol__tui_annotate()
987 browser.b.width = notes->src->max_line_len; in symbol__tui_annotate()
988 browser.b.nr_entries = notes->src->nr_entries; in symbol__tui_annotate()
989 browser.b.entries = &notes->src->source, in symbol__tui_annotate()
998 annotated_source__purge(notes->src); in symbol__tui_annotate()
1002 zfree(&notes->offsets); in symbol__tui_annotate()