Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c37 return symbol__annotation(ms->sym); in browser__annotation()
158 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump()
310 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
470 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
716 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
951 struct annotation *notes = symbol__annotation(sym); in symbol__tui_annotate()
H A Dhists.c796 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
2437 notes = symbol__annotation(act->ms.sym); in do_annotate()
2497 if (ms->sym == NULL || symbol__annotation(ms->sym)->src == NULL) in add_annotate_opt()
3109 if (symbol__annotation(browser->selection->sym)->src == NULL) { in evsel__hists_browse()
/openbmc/linux/tools/perf/util/
H A Dannotate.c852 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
965 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist()
983 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
1514 struct annotation *notes = symbol__annotation(sym); in annotation_line__print()
1626 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1694 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1853 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf()
2008 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
2330 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
2339 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
[all …]
H A Dblock-range.c326 return (double)br->coverage / symbol__annotation(sym)->max_coverage; in block_range__coverage()
H A Dannotate.h351 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
H A Dblock-info.c131 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
H A Dsymbol.c297 struct annotation *notes = symbol__annotation(sym); in symbol__delete()
H A Dsort.c593 branch = symbol__annotation(sym)->branch; in hist_entry__sym_ipc_snprintf()
/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
108 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol()
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c93 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
351 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
H A Dbuiltin-top.c139 notes = symbol__annotation(sym); in perf_top__parse_source()
212 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
254 notes = symbol__annotation(symbol); in perf_top__show_details()