Searched refs:annotation (Results 1 – 12 of 12) sorted by relevance
/tools/perf/util/ |
D | annotate.h | 54 struct annotation; 77 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, 131 struct annotation { struct 137 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() argument 143 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
|
D | annotate.c | 497 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() 524 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() 535 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 548 static int __symbol__account_cycles(struct annotation *notes, in __symbol__account_cycles() 589 struct annotation *notes, int evidx, u64 addr) in __symbol__inc_addr_samples() 614 static struct annotation *symbol__get_annotation(struct symbol *sym, bool cycles) in symbol__get_annotation() 616 struct annotation *notes = symbol__annotation(sym); in symbol__get_annotation() 632 struct annotation *notes; in symbol__inc_addr_samples() 645 struct annotation *notes; in symbol__account_cycles() 827 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent() [all …]
|
D | symbol.c | 244 struct annotation *notes = (void *)sym; in symbol__new() 1988 symbol_conf.priv_size += sizeof(struct annotation); in symbol__annotation_init()
|
/tools/perf/ui/browsers/ |
D | annotate.c | 382 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 488 struct annotation *notes; in annotate_browser__callq() 529 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_offset() 568 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string() 607 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string_reverse() 941 struct annotation *notes = symbol__annotation(sym); in annotate__compute_ipc() 1013 struct annotation *notes; in symbol__tui_annotate()
|
D | hists.c | 2349 struct annotation *notes; in do_annotate()
|
/tools/perf/ |
D | builtin-annotate.c | 79 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() 237 struct annotation *notes; in hists__find_annotations()
|
D | builtin-top.c | 100 struct annotation *notes; in perf_top__parse_source() 188 struct annotation *notes; in perf_top__record_precise_ip() 228 struct annotation *notes; in perf_top__show_details()
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 58 annotation.
|
D | perf-top.txt | 66 Path to vmlinux. Required for annotation functionality. 261 Stop annotation, return to full profile display.
|
D | perf-config.txt | 182 symbol resolution, code annotation, etc.
|
/tools/perf/ui/gtk/ |
D | annotate.c | 93 struct annotation *notes; in perf_gtk__annotate_symbol()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 222 its ELF function annotation by changing ENDPROC to END. 314 2) funcA() uses the unreachable() annotation in a section of code
|