Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dannotate.h289 struct LOCKABLE annotation { struct
292 struct annotation_options *options; argument
293 struct annotation_line **offsets; argument
308 static inline void annotation__init(struct annotation *notes __maybe_unused) in annotation__init() argument
/openbmc/linux/arch/alpha/kernel/
H A Derr_common.c32 mchk_dump_mem(void *data, size_t length, char **annotation) in mchk_dump_mem()
223 char **annotation = NULL; in el_annotate_subpacket() local
H A Derr_impl.h23 char **annotation; member
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py322 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument