/openbmc/phosphor-logging/docs/ |
H A D | structured-logging.md | 3 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 D | client.c | 1441 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 D | trace-events | 68 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 D | design.rst | 5 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 D | python3-objectpath_0.6.1.bb | 1 DESCRIPTION = "The agile NoSQL query language for semi-structured data"
|
/openbmc/u-boot/fs/jffs2/ |
H A D | Kconfig | 5 Flash File System version 2). JFFS2 is a log-structured file system
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cyaml/ |
H A D | cyaml_1.4.1.bb | 2 DESCRIPTION = "LibCYAML is a library for reading and writing structured YAML documents."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/ |
H A D | libconfig_1.7.3.bb | 2 DESCRIPTION = "Library for manipulating structured configuration files"
|
/openbmc/qemu/block/ |
H A D | nbd.c | 764 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 D | xkeyboard-config_2.43.bb | 4 Window. The goal is to provide the consistent, well-structured, \
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Spencer-86 | 11 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 D | libgudev_238.bb | 32 # version as that is how the directory is structured.
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/ |
H A D | logfsprogs_git.bb | 3 LogFS is a Linux log-structured and scalable flash file system, intended \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
H A D | protobuf_4.25.5.bb | 1 SUMMARY = "Protocol Buffers - structured data serialisation mechanism" 2 DESCRIPTION = "Protocol Buffers are a way of encoding structured data in an \
|
H A D | protobuf-c_1.5.0.bb | 1 SUMMARY = "Protocol Buffers - structured data serialisation mechanism"
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 122 NBDStructuredReplyChunk structured; member 137 QEMU_BUILD_BUG_ON(offsetof(NBDReply, structured.cookie) !=
|
/openbmc/linux/Documentation/mm/ |
H A D | index.rst | 37 above structured documentation, or deleted if it has served its purpose.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/ |
H A D | poke_4.2.bb | 1 SUMMARY = "GNU poke is an extensible editor for structured binary data"
|
/openbmc/docs/ |
H A D | anti-patterns.md | 547 [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 D | booting.rst | 31 a 64-byte header structured like::
|
/openbmc/linux/fs/nilfs2/ |
H A D | Kconfig | 8 NILFS2 is a log-structured file system (LFS) supporting continuous
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | lava-submit.sh | 55 --structured-log-file "results/lava_job_detail.json" \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/ |
H A D | jq_1.7.1.bb | 3 filter and map and transform structured data with the same \
|
/openbmc/phosphor-pcie-presence/ |
H A D | MAINTAINERS | 15 Section entries are structured according to the following scheme:
|
/openbmc/openpower-sbe-interface/ |
H A D | MAINTAINERS | 15 Section entries are structured according to the following scheme:
|