Home
last modified time | relevance | path

Searched refs:symbol__annotation (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dannotate.c445 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init()
452 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist()
479 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles()
490 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
570 struct annotation *notes = symbol__annotation(sym); in symbol__get_annotation()
833 struct annotation *notes = symbol__annotation(sym); in disasm_line__print()
959 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1053 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1335 struct annotation *notes = symbol__annotation(sym); in symbol__free_source_line()
1360 struct annotation *notes = symbol__annotation(sym); in symbol__get_source_line()
[all …]
Dannotate.h141 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c383 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
507 notes = symbol__annotation(target.sym); in annotate_browser__callq()
530 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_offset()
569 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string()
608 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string_reverse()
942 struct annotation *notes = symbol__annotation(sym); in annotate__compute_ipc()
1061 notes = symbol__annotation(sym); in symbol__tui_annotate()
Dhists.c533 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
1458 notes = symbol__annotation(act->ms.sym); in do_annotate()
/linux-4.4.14/tools/perf/ui/gtk/
Dannotate.c35 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
101 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c114 notes = symbol__annotation(sym); in perf_top__parse_source()
187 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
227 notes = symbol__annotation(symbol); in perf_top__show_details()
Dbuiltin-annotate.c135 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()