Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dannotate.c793 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles()
804 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
900 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist()
919 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
1380 struct annotation *notes = symbol__annotation(sym); in annotation_line__print()
1493 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1578 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1714 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf()
2069 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
2079 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
[all …]
Dblock-range.c330 return (double)br->coverage / symbol__annotation(sym)->max_coverage; in block_range__coverage()
Dannotate.h332 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
Dsort.c456 notes = symbol__annotation(sym); in hist_entry__sym_ipc_snprintf()
/Linux-v5.4/tools/perf/ui/browsers/
Dannotate.c43 return symbol__annotation(ms->sym); in browser__annotation()
155 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump()
307 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
423 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
667 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
896 struct annotation *notes = symbol__annotation(sym); in symbol__tui_annotate()
Dhists.c745 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
2379 notes = symbol__annotation(act->ms.sym); in do_annotate()
/Linux-v5.4/tools/perf/ui/gtk/
Dannotate.c41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
107 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol()
/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c87 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
327 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
Dbuiltin-top.c134 notes = symbol__annotation(sym); in perf_top__parse_source()
205 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
247 notes = symbol__annotation(symbol); in perf_top__show_details()
Dbuiltin-diff.c624 notes = symbol__annotation(he->ms.sym); in process_block_per_sym()