Home
last modified time | relevance | path

Searched refs:structured (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/phosphor-logging/docs/
H A Dstructured-logging.md3 There are currently two APIs for structured logging:
8 ## Why structured logging?
15 structured logging. As a result, there are some designs in place where specific
16 structured events are added to the journal and downstream these events can be
18 journal structured data to stored and later retrieve SEL events.
21 form of IPC, the value of structured logging persists. It is very common as part
26 structured logging the format is somewhat static and easily parsed.
28 A specific example of where structured logging is beneficial is a service which
32 expression (likely). With structured log, specific identifiers can be used as
221 trying to create structured logging. `{fmt}` doesn't address that problem
[all …]
/openbmc/qemu/nbd/
H A Dclient.c1441 len = sizeof(chunk->structured); in nbd_receive_reply_chunk_header()
1455 chunk->structured.flags = be16_to_cpu(chunk->structured.flags); in nbd_receive_reply_chunk_header()
1456 chunk->structured.type = be16_to_cpu(chunk->structured.type); in nbd_receive_reply_chunk_header()
1457 chunk->structured.cookie = be64_to_cpu(chunk->structured.cookie); in nbd_receive_reply_chunk_header()
1466 payload_len = be32_to_cpu(chunk->structured.length); in nbd_receive_reply_chunk_header()
1474 chunk->structured.type, in nbd_receive_reply_chunk_header()
1475 nbd_rep_lookup(chunk->structured.type)); in nbd_receive_reply_chunk_header()
1478 chunk->structured.length = payload_len; in nbd_receive_reply_chunk_header()
1575 type = nbd_reply_type_lookup(reply->structured.type); in nbd_receive_reply()
1576 trace_nbd_receive_reply_chunk_header(reply->structured.flags, in nbd_receive_reply()
[all …]
H A Dtrace-events68 nbd_co_send_chunk_done(uint64_t cookie) "Send structured reply done: cookie = %" PRIu64
69 …ead(uint64_t cookie, uint64_t offset, void *data, uint64_t size) "Send structured read data reply:…
70 nbd_co_send_chunk_read_hole(uint64_t cookie, uint64_t offset, uint64_t size) "Send structured read …
72 …(uint64_t cookie, int err, const char *errname, const char *msg) "Send structured error reply: coo…
/openbmc/linux/Documentation/power/regulator/
H A Ddesign.rst5 This document provides a brief, partially structured, overview of some
36 The consumer API should be structured so that these use cases are
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-objectpath_0.6.1.bb1 DESCRIPTION = "The agile NoSQL query language for semi-structured data"
/openbmc/u-boot/fs/jffs2/
H A DKconfig5 Flash File System version 2). JFFS2 is a log-structured file system
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cyaml/
H A Dcyaml_1.4.1.bb2 DESCRIPTION = "LibCYAML is a library for reading and writing structured YAML documents."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/
H A Dlibconfig_1.7.3.bb2 DESCRIPTION = "Library for manipulating structured configuration files"
/openbmc/qemu/block/
H A Dnbd.c764 NBDStructuredReplyChunk *chunk = &s->reply.structured; in nbd_co_receive_offset_data_payload()
808 len = s->reply.structured.length; in nbd_co_receive_structured_payload()
892 chunk = &s->reply.structured; in nbd_co_do_receive_one_chunk()
999 #define NBD_FOREACH_REPLY_CHUNK(s, iter, cookie, structured, \ argument
1001 for (iter = (NBDReplyChunkIter) { .only_structured = structured }; \
1043 chunk = &reply->structured; in nbd_reply_chunk_iter_receive()
1100 NBDStructuredReplyChunk *chunk = &reply.structured; in nbd_co_receive_cmdread_reply()
1112 ret = nbd_parse_offset_hole_payload(s, &reply.structured, payload, in nbd_co_receive_cmdread_reply()
1153 NBDStructuredReplyChunk *chunk = &reply.structured; in nbd_co_receive_blockstatus_reply()
1173 s, &reply.structured, payload, wide, in nbd_co_receive_blockstatus_reply()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dxkeyboard-config_2.43.bb4 Window. The goal is to provide the consistent, well-structured, \
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSpencer-8611 Beware that some of this code is subtly aware of the way operator precedence is structured in regul…
/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/
H A Dlibgudev_238.bb32 # version as that is how the directory is structured.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/
H A Dlogfsprogs_git.bb3 LogFS is a Linux log-structured and scalable flash file system, intended \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf_4.25.5.bb1 SUMMARY = "Protocol Buffers - structured data serialisation mechanism"
2 DESCRIPTION = "Protocol Buffers are a way of encoding structured data in an \
H A Dprotobuf-c_1.5.0.bb1 SUMMARY = "Protocol Buffers - structured data serialisation mechanism"
/openbmc/qemu/include/block/
H A Dnbd.h122 NBDStructuredReplyChunk structured; member
137 QEMU_BUILD_BUG_ON(offsetof(NBDReply, structured.cookie) !=
/openbmc/linux/Documentation/mm/
H A Dindex.rst37 above structured documentation, or deleted if it has served its purpose.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/
H A Dpoke_4.2.bb1 SUMMARY = "GNU poke is an extensible editor for structured binary data"
/openbmc/docs/
H A Danti-patterns.md547 [systemd-journald provides structured logging][systemd-structured-logging],
551 https://github.com/openbmc/phosphor-logging/blob/master/docs/structured-logging.md
552 [systemd-structured-logging]:
555 The concept of structured logging allows for convenient programmable access to
563 For human ergonomics `lg2` provides the ability to interpolate structured data
570 structured log event, regardless of whether any particular key is interpolated
591 structured data associated with the log entry:
607 the structured data, as well as being interpolated into `MESSAGE` as requested.
/openbmc/linux/Documentation/arch/loongarch/
H A Dbooting.rst31 a 64-byte header structured like::
/openbmc/linux/fs/nilfs2/
H A DKconfig8 NILFS2 is a log-structured file system (LFS) supporting continuous
/openbmc/linux/drivers/gpu/drm/ci/
H A Dlava-submit.sh55 --structured-log-file "results/lava_job_detail.json" \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/
H A Djq_1.7.1.bb3 filter and map and transform structured data with the same \
/openbmc/phosphor-pcie-presence/
H A DMAINTAINERS15 Section entries are structured according to the following scheme:
/openbmc/openpower-sbe-interface/
H A DMAINTAINERS15 Section entries are structured according to the following scheme:

1234