Searched refs:annotation (Results 1 – 17 of 17) sorted by relevance
/tools/perf/util/ |
D | annotate.h | 113 struct annotation; 217 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 221 int __annotation__scnprintf_samples_period(struct annotation *notes, 275 struct annotation { struct 302 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 310 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() 315 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() 320 void annotation__set_offsets(struct annotation *notes, s64 size); 321 void annotation__compute_ipc(struct annotation *notes, size_t size); 322 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym); [all …]
|
D | annotate.c | 805 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() 816 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 917 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist() 936 struct annotation *notes = symbol__annotation(sym); in symbol__hists() 1028 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() 1040 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill() 1071 void annotation__compute_ipc(struct annotation *notes, size_t size) in annotation__compute_ipc() 1376 struct annotation *notes = symbol__annotation(sym); in annotation_line__print() 1488 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() 1556 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() [all …]
|
D | block-info.c | 119 struct annotation *notes; in block_info__process_sym()
|
D | symbol.c | 293 struct annotation *notes = (void *)sym; in symbol__new() 2515 symbol_conf.priv_size += sizeof(struct annotation); in symbol__annotation_init()
|
D | sort.c | 462 struct annotation *notes; in hist_entry__sym_ipc_snprintf()
|
/tools/perf/ui/browsers/ |
D | annotate.c | 40 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation() 48 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() 55 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() 99 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() 164 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() 228 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh() 278 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_top() 302 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_rb_top() 317 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 381 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__toggle_source() [all …]
|
D | hists.c | 2431 struct annotation *notes; in do_annotate()
|
/tools/perf/ |
D | builtin-annotate.c | 87 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() 316 struct annotation *notes; in hists__find_annotations()
|
D | builtin-top.c | 115 struct annotation *notes; in perf_top__parse_source() 200 struct annotation *notes; in perf_top__record_precise_ip() 241 struct annotation *notes; in perf_top__show_details()
|
/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 64 annotation.
|
D | perf-annotate.txt | 142 Set annotation percent type from following choices:
|
D | perf-top.txt | 73 Path to vmlinux. Required for annotation functionality. 377 Stop annotation, return to full profile display.
|
D | perf-report.txt | 551 Set annotation percent type from following choices:
|
D | perf-config.txt | 232 symbol resolution, code annotation, etc.
|
/tools/perf/ui/gtk/ |
D | annotate.c | 100 struct annotation *notes; in perf_gtk__annotate_symbol()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 191 its ELF function annotation by changing ENDPROC to END, and instead 238 the callable function annotation (ENDPROC) and should always be 285 2) funcA() uses the unreachable() annotation in a section of code
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 2462 and fences; rather, they are read events with an annotation marking
|