/linux-6.3-rc2/tools/perf/util/ |
A D | annotate.h | 114 struct annotation; 222 int __annotation__scnprintf_samples_period(struct annotation *notes, 276 struct annotation { struct 303 void annotation__init(struct annotation *notes); argument 304 void annotation__exit(struct annotation *notes); 306 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() 314 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() 324 void annotation__set_offsets(struct annotation *notes, s64 size); 325 void annotation__compute_ipc(struct annotation *notes, size_t size); 327 void annotation__update_column_widths(struct annotation *notes); [all …]
|
A D | annotate.c | 810 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() 821 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 922 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist() 941 struct annotation *notes = symbol__annotation(sym); in symbol__hists() 1258 void annotation__init(struct annotation *notes) in annotation__init() 1263 void annotation__exit(struct annotation *notes) in annotation__exit() 1504 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() 1572 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() 1729 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf() 1881 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image() [all …]
|
A D | block-info.c | 119 struct annotation *notes; in block_info__process_sym()
|
A D | symbol.c | 297 struct annotation *notes = (void *)sym; in symbol__new() 320 struct annotation *notes = symbol__annotation(sym); in symbol__delete() 2547 symbol_conf.priv_size += sizeof(struct annotation); in symbol__annotation_init()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | err_common.c | 32 mchk_dump_mem(void *data, size_t length, char **annotation) in mchk_dump_mem() argument 38 if (annotation && !annotation[i]) in mchk_dump_mem() 39 annotation = NULL; in mchk_dump_mem() 43 annotation ? annotation[i] : ""); in mchk_dump_mem() 223 char **annotation = NULL; in el_annotate_subpacket() local 232 annotation = a->annotation; in el_annotate_subpacket() 238 mchk_dump_mem(header, header->length, annotation); in el_annotate_subpacket()
|
A D | err_impl.h | 23 char **annotation; member
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | RTFP.txt | 230 ,annotation={ 248 ,annotation={ 284 ,annotation={ 320 ,annotation={ 345 ,annotation={ 373 ,annotation={ 388 ,annotation={ 406 ,annotation={ 420 ,annotation={ 440 ,annotation={ [all …]
|
/linux-6.3-rc2/tools/perf/ui/browsers/ |
A D | annotate.c | 43 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() 50 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() 94 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() 159 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() 223 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh() 273 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_top() 312 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 436 struct annotation *notes = browser__annotation(browser); in ui_browser__init_asm_mode() 463 struct annotation *notes; in annotate_browser__callq() 718 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run() [all …]
|
/linux-6.3-rc2/tools/objtool/Documentation/ |
A D | objtool.txt | 27 - Retpoline call site annotation -- annotates all retpoline thunk call 35 - Static call annotation -- annotates static call sites, enabling the 49 - Indirect Branch Tracking annotation -- annotates unused ENDBR 53 - Function entry annotation -- annotates function entries, enabling 269 its ELF function annotation by changing ENDPROC to END, and instead 316 the callable function annotation (ENDPROC) and should always be 363 2) funcA() uses the unreachable() annotation in a section of code
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-annotate.c | 94 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() 321 struct annotation *notes; in hists__find_annotations()
|
A D | builtin-top.c | 115 struct annotation *notes; in perf_top__parse_source() 201 struct annotation *notes; in perf_top__record_precise_ip() 242 struct annotation *notes; in perf_top__show_details()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-buildid-cache.txt | 64 annotation.
|
A D | perf-annotate.txt | 142 Set annotation percent type from following choices:
|
A D | perf-top.txt | 71 Path to vmlinux. Required for annotation functionality. 375 Stop annotation, return to full profile display.
|
A D | perf-report.txt | 554 Set annotation percent type from following choices:
|
/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | annotate.c | 100 struct annotation *notes; in perf_gtk__annotate_symbol()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | asm-annotations.rst | 6 This document describes the new macros for annotation of data and code in 131 In fact, this kind of annotation corresponds to the now deprecated ``ENTRY``
|
A D | printk-formats.rst | 151 and (u) annotation is ignored, however, when used out of BPF's bpf_trace_printk(),
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | kfuncs.rst | 66 This annotation is used to indicate a memory and size pair in the argument list. 75 argument as its size. By default, without __sz annotation, the size of the type 76 of the pointer is used. Without __sz annotation, a kfunc cannot accept a void 82 This annotation is only understood for scalar arguments, where it indicates that 132 annotations to their kfunc to prevent these issues. If an annotation is
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | sparse.rst | 72 annotation is needed. The three annotations above are for cases where
|
A D | kcov.rst | 234 userspace processes, we can't use a single global handle per annotation.
|
A D | kcsan.rst | 89 * KCSAN understands the ``data_race(expr)`` annotation, which tells KCSAN that
|
A D | checkpatch.rst | 801 When a variable is tagged with the __read_mostly annotation, it is a 806 read-only. The __read_mostly annotation thus should be removed.
|
/linux-6.3-rc2/Documentation/trace/ |
A D | kprobetrace.rst | 12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | dma-buf.rst | 165 :doc: fence signalling annotation
|