Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/perf/util/
H A Dannotate.h114 struct annotation;
225 int __annotation__scnprintf_samples_period(struct annotation *notes,
279 struct LOCKABLE annotation { struct
305 static inline void annotation__init(struct annotation *notes __maybe_unused) in annotation__init() argument
308 void annotation__exit(struct annotation *notes);
311 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
314 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width()
322 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width()
332 void annotation__set_offsets(struct annotation *notes, s64 size);
334 void annotation__update_column_widths(struct annotation *notes);
[all …]
H A Dannotate.c854 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles()
865 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
966 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist()
985 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
1325 void annotation__exit(struct annotation *notes) in annotation__exit()
1354 void annotation__lock(struct annotation *notes) in annotation__lock()
1363 void annotation__unlock(struct annotation *notes) in annotation__unlock()
1372 bool annotation__trylock(struct annotation *notes) in annotation__trylock()
1618 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1686 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
[all …]
H A Dblock-info.c119 struct annotation *notes; in block_info__process_sym()
/openbmc/linux/arch/alpha/kernel/
H 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()
H A Derr_impl.h23 char **annotation; member
/openbmc/linux/Documentation/RCU/
H A DRTFP.txt230 ,annotation={
248 ,annotation={
284 ,annotation={
320 ,annotation={
345 ,annotation={
373 ,annotation={
388 ,annotation={
406 ,annotation={
420 ,annotation={
440 ,annotation={
[all …]
/openbmc/linux/tools/perf/ui/browsers/
H 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()
464 struct annotation *notes; in annotate_browser__callq()
719 struct annotation *notes = symbol__annotation(ms->sym); in annotate_browser__run()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py322 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument
342 if annotation is not None:
343 r.annotations.append(annotation)
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_collections.py123 for annotation in element.findall(EDM + "Annotation"):
124 term = annotation.get("Term")
/openbmc/linux/tools/objtool/Documentation/
H 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
274 its ELF function annotation by changing ENDPROC to END, and instead
306 3. file.o: warning: objtool: foo+0x48c: bar() is missing a __noreturn annotation
309 __noreturn annotation. NOTE: In addition to annotating the function
326 the callable function annotation (ENDPROC) and should always be
373 2) funcA() uses the unreachable() annotation in a section of code
/openbmc/linux/Documentation/bpf/
H 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
106 This annotation is used to indicate that the argument will be treated as
117 annotation, the verifier will reject the program if the dynptr passed in is
123 This annotation is used to indicate that the buffer associated with an __sz or __szk
137 annotation, the verifier will reject the program if a null pointer is passed in with
170 annotations to their kfunc to prevent these issues. If an annotation is
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in63 # "To create a single annotation when any one of a set of processes is started, use commas…
65 # help="filename to write annotation points to")
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c93 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block()
331 struct annotation *notes; in hists__find_annotations()
H A Dbuiltin-top.c115 struct annotation *notes; in perf_top__parse_source()
203 struct annotation *notes; in perf_top__record_precise_ip()
244 struct annotation *notes; in perf_top__show_details()
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dfvpboot.bbclass29 # Disable timing annotation by default
/openbmc/linux/tools/perf/Documentation/
H A Dperf-buildid-cache.txt64 annotation.
H A Dperf-annotate.txt145 Set annotation percent type from following choices:
H A Dperf-top.txt71 Path to vmlinux. Required for annotation functionality.
385 Stop annotation, return to full profile display.
/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c100 struct annotation *notes; in perf_gtk__annotate_symbol()
/openbmc/linux/Documentation/core-api/
H 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``
/openbmc/libpldm/docs/checklists/
H A Dchanges.md156 - [ ] My commit updates the annotation from `LIBPLDM_ABI_TESTING` to
181 annotation to `LIBPLDM_ABI_DEPRECATED` and left it in-place.
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass71 annotation = oe.spdx.SPDXAnnotation()
72 annotation.annotationDate = creation_time
73 annotation.annotationType = "OTHER"
74annotation.annotator = "Tool: %s - %s" % (d.getVar("SPDX_TOOL_NAME"), d.getVar("SPDX_TOOL_VERSION"…
75 annotation.comment = comment
76 return annotation
/openbmc/linux/Documentation/dev-tools/
H A Dsparse.rst72 annotation is needed. The three annotations above are for cases where
/openbmc/bmcweb/
H A D.gitignore161 # Java annotation processor (APT)
/openbmc/libpldm/
H A DREADME.md161 category (using the `LIBPLDM_ABI_TESTING` annotation).

123