Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/perf/util/
A Dannotate.h114 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 Dannotate.c810 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 Dblock-info.c119 struct annotation *notes; in block_info__process_sym()
A Dsymbol.c297 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 Derr_common.c32 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 Derr_impl.h23 char **annotation; member
/linux-6.3-rc2/Documentation/RCU/
A DRTFP.txt230 ,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 Dannotate.c43 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 Dobjtool.txt27 - 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 Dbuiltin-annotate.c94 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
321 struct annotation *notes; in hists__find_annotations()
A Dbuiltin-top.c115 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 Dperf-buildid-cache.txt64 annotation.
A Dperf-annotate.txt142 Set annotation percent type from following choices:
A Dperf-top.txt71 Path to vmlinux. Required for annotation functionality.
375 Stop annotation, return to full profile display.
A Dperf-report.txt554 Set annotation percent type from following choices:
/linux-6.3-rc2/tools/perf/ui/gtk/
A Dannotate.c100 struct annotation *notes; in perf_gtk__annotate_symbol()
/linux-6.3-rc2/Documentation/core-api/
A Dasm-annotations.rst6 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 Dprintk-formats.rst151 and (u) annotation is ignored, however, when used out of BPF's bpf_trace_printk(),
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst66 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 Dsparse.rst72 annotation is needed. The three annotations above are for cases where
A Dkcov.rst234 userspace processes, we can't use a single global handle per annotation.
A Dkcsan.rst89 * KCSAN understands the ``data_race(expr)`` annotation, which tells KCSAN that
A Dcheckpatch.rst801 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 Dkprobetrace.rst12 __kprobes/nokprobe_inline annotation and those marked NOKPROBE_SYMBOL).
/linux-6.3-rc2/Documentation/driver-api/
A Ddma-buf.rst165 :doc: fence signalling annotation

Completed in 70 milliseconds

12