Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dannotate.c146 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
274 struct annotation *notes = symbol__annotation(sym); in symbol__find_branch_hist()
299 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
768 struct annotation *notes = symbol__annotation(sym); in annotation_line__print()
930 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
968 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
1144 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits()
1180 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_printf()
1313 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_fprintf2()
1369 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histogram()
[all …]
Ddisasm_bpf.c30 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf()
182 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
Ddisasm.c1043 struct annotation *notes = symbol__annotation(args->ms.sym); in disasm_line__new()
1117 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1180 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1487 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone_powerpc()
1625 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone()
1731 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_raw()
1851 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_llvm()
Dblock-range.c327 branch = symbol__annotation(sym)->branch; in block_range__coverage()
Dannotate.h391 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
Dblock-info.c144 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
Dannotate-data.c1250 struct annotation *notes = symbol__annotation(sym); in find_data_type_insn()
Dsymbol.c324 struct annotation *notes = symbol__annotation(sym); in symbol__delete()
Dsort.c641 branch = symbol__annotation(sym)->branch; in hist_entry__sym_ipc_snprintf()
/linux-6.12.1/tools/perf/ui/browsers/
Dannotate.c37 return symbol__annotation(ms->sym); in browser__annotation()
157 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump()
309 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
469 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
715 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
964 struct annotation *notes = symbol__annotation(sym); in symbol__tui_annotate()
Dhists.c797 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
2438 notes = symbol__annotation(act->ms.sym); in do_annotate()
2498 if (ms->sym == NULL || symbol__annotation(ms->sym)->src == NULL) in add_annotate_opt()
3137 if (symbol__annotation(browser->selection->sym)->src == NULL) { in evsel__hists_browse()
/linux-6.12.1/tools/perf/ui/gtk/
Dannotate.c44 notes = symbol__annotation(sym); in perf_gtk__get_percent()
116 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol()
/linux-6.12.1/tools/perf/
Dbuiltin-annotate.c100 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
441 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
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()