Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 19 of 19) sorted by relevance

/tools/perf/util/
A Dannotate.h84 struct annotation;
205 int __annotation__scnprintf_samples_period(struct annotation *notes,
345 struct LOCKABLE annotation { struct
350 static inline void annotation__init(struct annotation *notes __maybe_unused) in annotation__init() argument
353 void annotation__exit(struct annotation *notes);
356 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
359 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width()
367 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width()
382 void annotation__update_column_widths(struct annotation *notes);
408 static inline struct annotation *symbol__annotation(struct symbol *sym) in symbol__annotation()
[all …]
A Dannotate.c148 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
276 struct annotation *notes = symbol__annotation(sym); in symbol__find_branch_hist()
301 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
595 void annotation__exit(struct annotation *notes) in annotation__exit()
625 void annotation__lock(struct annotation *notes) in annotation__lock()
634 void annotation__unlock(struct annotation *notes) in annotation__unlock()
643 bool annotation__trylock(struct annotation *notes) in annotation__trylock()
905 static void calc_percent(struct annotation *notes, in calc_percent()
2551 struct annotation *notes; in find_disasm_line()
2667 struct annotation *notes; in annotate_calc_pcrel()
[all …]
A 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()
A Ddisasm.c1045 struct annotation *notes = symbol__annotation(args->ms.sym); in disasm_line__new()
1119 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1182 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1501 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone_powerpc()
1627 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone()
1750 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_raw()
1870 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_llvm()
A Dblock-info.c132 struct annotation *notes; in block_info__process_sym()
A Dsymbol.c318 struct annotation *notes = (void *)sym; in symbol__new()
341 struct annotation *notes = symbol__annotation(sym); in symbol__delete()
2482 symbol_conf.priv_size += sizeof(struct annotation); in symbol__annotation_init()
A Dannotate-data.c1289 struct annotation *notes = symbol__annotation(sym); in find_data_type_insn()
/tools/perf/ui/browsers/
A Dannotate.c48 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color()
92 struct annotation *notes = browser__annotation(browser); in annotate_browser__write()
157 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump()
222 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh()
309 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent()
388 static bool annotation__has_source(struct annotation *notes) in annotation__has_source()
414 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__toggle_source()
510 struct annotation *notes = browser__annotation(browser); in ui_browser__init_asm_mode()
538 struct annotation *notes; in annotate_browser__callq()
804 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
[all …]
A Dhists.c2470 struct annotation *notes; in do_annotate()
/tools/perf/Documentation/
A Dperf-annotate.txt145 Set annotation percent type from following choices:
159 Display data type annotation instead of code. It infers data type of
162 that case it'd show annotation for the type only, otherwise it'd show
166 Show stats for the data type annotation.
172 Show data type info in code annotation (for memory instructions only).
A Dperf-buildid-cache.txt64 annotation.
A Dperf-top.txt75 Path to vmlinux. Required for annotation functionality.
419 Stop annotation, return to full profile display.
A Dperf-config.txt229 symbol resolution, code annotation, etc.
A Dperf-report.txt622 Set annotation percent type from following choices:
/tools/perf/ui/gtk/
A Dannotate.c32 struct annotation *notes; in perf_gtk__get_percent()
109 struct annotation *notes; in perf_gtk__annotate_symbol()
/tools/objtool/Documentation/
A Dobjtool.txt27 - Retpoline call site annotation -- annotates all retpoline thunk call
34 - Return thunk annotation -- annotates all return thunk sites so kernel
44 - Static call annotation -- annotates static call sites, enabling the
58 - Indirect Branch Tracking annotation -- annotates unused ENDBR
62 - Function entry annotation -- annotates function entries, enabling
65 - Function preamble (prefix) annotation and/or symbol generation -- used
284 its ELF function annotation by using SYM_CODE_{START,END} and use the
337 declaration and its definition, and must have a NORETURN() annotation
400 b) funcA() uses the unreachable() annotation in a section of code
/tools/perf/
A Dbuiltin-annotate.c101 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
422 struct annotation *notes; in hists__find_annotations()
A Dbuiltin-top.c116 struct annotation *notes; in perf_top__parse_source()
204 struct annotation *notes; in perf_top__record_precise_ip()
245 struct annotation *notes; in perf_top__show_details()
/tools/memory-model/Documentation/
A Dexplanation.txt2706 and fences; rather, they are read events with an annotation marking

Completed in 48 milliseconds