Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.c150 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
278 struct annotation *notes = symbol__annotation(sym); in symbol__find_branch_hist()
303 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
788 struct annotation *notes = symbol__annotation(sym); in annotation_line__print()
980 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
1014 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
1188 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits()
1225 struct annotation *notes = symbol__annotation(sym); in hist_entry__annotate_printf()
1361 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_fprintf2()
1430 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histogram()
[all …]
H A Dcapstone.c329 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone()
449 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone_powerpc()
H A Ddisasm.c946 struct annotation *notes = symbol__annotation(args->ms->sym); in disasm_line__new()
1019 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1084 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1238 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_raw()
1383 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
H A Dllvm.c120 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_llvm()
H A Dblock-range.c327 branch = symbol__annotation(sym)->branch; in block_range__coverage()
H A Dannotate.h420 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation() function
H A Dblock-info.c144 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
H A Dlibbfd.c499 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_libbfd()
H A Dannotate-data.c1378 struct annotation *notes = symbol__annotation(sym); in find_data_type_insn()
H A Dsymbol.c340 struct annotation *notes = symbol__annotation(sym); in symbol__delete()
H A Dsort.c798 branch = symbol__annotation(sym)->branch; in hist_entry__callchain_branch_cycles_snprintf()
/linux/tools/perf/ui/browsers/
H A Dannotate.c62 return symbol__annotation(ms->sym); in browser__annotation()
191 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump()
343 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
594 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
885 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
1163 struct annotation *notes = symbol__annotation(sym); in __hist_entry__tui_annotate()
H A Dhists.c797 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
2478 notes = symbol__annotation(act->ms.sym); in do_annotate()
2537 if (ms->sym == NULL || symbol__annotation(ms->sym)->src == NULL) in add_annotate_opt()
3168 if (symbol__annotation(browser->selection->sym)->src == NULL) { in evsel__hists_browse()
/linux/tools/perf/
H A Dbuiltin-annotate.c100 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
433 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
H A Dbuiltin-top.c141 notes = symbol__annotation(sym); in perf_top__parse_source()
214 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
256 notes = symbol__annotation(symbol); in perf_top__show_details()