Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dannotate.c810 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles()
821 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
922 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist()
941 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
1504 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1572 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1729 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf()
1881 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
2202 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
2211 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
[all …]
A Dblock-range.c330 return (double)br->coverage / symbol__annotation(sym)->max_coverage; in block_range__coverage()
A Dannotate.h341 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
A Dblock-info.c131 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
A Dsymbol.c320 struct annotation *notes = symbol__annotation(sym); in symbol__delete()
A Dsort.c547 notes = symbol__annotation(sym); in hist_entry__sym_ipc_snprintf()
/linux-6.3-rc2/tools/perf/ui/browsers/
A Dannotate.c38 return symbol__annotation(ms->sym); in browser__annotation()
159 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump()
312 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
471 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
718 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
954 struct annotation *notes = symbol__annotation(sym); in symbol__tui_annotate()
A Dhists.c806 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
2449 notes = symbol__annotation(act->ms.sym); in do_annotate()
2508 if (ms->sym == NULL || symbol__annotation(ms->sym)->src == NULL) in add_annotate_opt()
3119 if (symbol__annotation(browser->selection->sym)->src == NULL) { in evsel__hists_browse()
/linux-6.3-rc2/tools/perf/ui/gtk/
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()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-annotate.c94 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
341 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
A Dbuiltin-top.c138 notes = symbol__annotation(sym); in perf_top__parse_source()
210 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
252 notes = symbol__annotation(symbol); in perf_top__show_details()

Completed in 38 milliseconds