Searched refs:annotation (Results 1 – 19 of 19) sorted by relevance
| /tools/perf/util/ |
| A D | annotate.h | 84 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 D | annotate.c | 148 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 D | disasm_bpf.c | 30 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf() 182 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
|
| A D | disasm.c | 1045 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 D | block-info.c | 132 struct annotation *notes; in block_info__process_sym()
|
| A D | symbol.c | 318 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 D | annotate-data.c | 1289 struct annotation *notes = symbol__annotation(sym); in find_data_type_insn()
|
| /tools/perf/ui/browsers/ |
| A D | annotate.c | 48 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 D | hists.c | 2470 struct annotation *notes; in do_annotate()
|
| /tools/perf/Documentation/ |
| A D | perf-annotate.txt | 145 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 D | perf-buildid-cache.txt | 64 annotation.
|
| A D | perf-top.txt | 75 Path to vmlinux. Required for annotation functionality. 419 Stop annotation, return to full profile display.
|
| A D | perf-config.txt | 229 symbol resolution, code annotation, etc.
|
| A D | perf-report.txt | 622 Set annotation percent type from following choices:
|
| /tools/perf/ui/gtk/ |
| A D | annotate.c | 32 struct annotation *notes; in perf_gtk__get_percent() 109 struct annotation *notes; in perf_gtk__annotate_symbol()
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 27 - 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 D | builtin-annotate.c | 101 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() 422 struct annotation *notes; in hists__find_annotations()
|
| A D | builtin-top.c | 116 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 D | explanation.txt | 2706 and fences; rather, they are read events with an annotation marking
|
Completed in 48 milliseconds