Home
last modified time | relevance | path

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

/linux-4.1.27/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()
478 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
517 notes = symbol__annotation(sym); in symbol__inc_addr_samples()
696 struct annotation *notes = symbol__annotation(sym); in disasm_line__print()
810 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
904 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1169 struct annotation *notes = symbol__annotation(sym); in symbol__free_source_line()
1194 struct annotation *notes = symbol__annotation(sym); in symbol__get_source_line()
1288 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits()
[all …]
Dannotate.h125 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c347 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
468 notes = symbol__annotation(target.sym); in annotate_browser__callq()
491 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_offset()
530 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string()
569 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string_reverse()
938 notes = symbol__annotation(sym); in symbol__tui_annotate()
Dhists.c514 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
1644 notes = symbol__annotation(browser->selection->sym); in perf_evsel__hists_browse()
1729 notes = symbol__annotation(ms.sym); in perf_evsel__hists_browse()
/linux-4.1.27/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.1.27/tools/perf/
Dbuiltin-top.c113 notes = symbol__annotation(sym); in perf_top__parse_source()
186 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
226 notes = symbol__annotation(symbol); in perf_top__show_details()
Dbuiltin-annotate.c128 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()