git/Documentation/technical
Josh Steadmon cbe140754b trace2: implement trace2_printf() for event target
The trace2 event target does not have an implementation for
trace2_printf(). While the event target is for structured events, and
trace2_printf() is for unstructured, human-readable messages, it may
still be useful to wrap these unstructured messages in a structured JSON
object. Among other things, it may reduce confusion when manually
debugging using event trace data.

Add a simple implementation for the event target that wraps
trace2_printf() messages in a minimal JSON object. Document this in
Documentation/technical/api-trace2.txt, and bump the event format
version since we're adding a new event type.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-08-22 15:02:31 -07:00
..
.gitignore
api-error-handling.txt
api-index-skel.txt
api-index.sh
api-merge.txt
api-parse-options.txt
api-simple-ipc.txt
api-trace2.txt trace2: implement trace2_printf() for event target 2024-08-22 15:02:31 -07:00
bitmap-format.txt Documentation/technical/bitmap-format.txt: add missing position table 2024-06-14 14:19:26 -07:00
bundle-uri.txt
commit-graph.txt
directory-rename-detection.txt
hash-function-transition.txt
long-running-process-protocol.txt
multi-pack-index.txt Documentation: describe incremental MIDX format 2024-08-06 12:01:35 -07:00
pack-heuristics.txt
packfile-uri.txt
parallel-checkout.txt
partial-clone.txt
platform-support.txt Documentation: add platform support policy 2024-08-02 16:27:15 -07:00
racy-git.txt
reftable.txt
remembering-renames.txt
repository-version.txt refs: introduce reftable backend 2024-02-07 08:28:37 -08:00
rerere.txt
scalar.txt
send-pack-pipeline.txt
shallow.txt
sparse-checkout.txt
sparse-index.txt
trivial-merge.txt
unit-tests.txt