Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Commit 8c97f40

Browse files
committed
docs: Sync with upstream
1 parent 5683205 commit 8c97f40

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/master.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,6 +5433,15 @@ <h3 id="_bpftrace_vmlinux">BPFTRACE_VMLINUX</h3>
54335433
See src/attached_probe.cpp:find_vmlinux() for details.</p>
54345434
</div>
54355435
</div>
5436+
<div class="sect2">
5437+
<h3 id="_bpftrace_color">BPFTRACE_COLOR</h3>
5438+
<div class="paragraph">
5439+
<p>Default: auto</p>
5440+
</div>
5441+
<div class="paragraph">
5442+
<p>Colorize the bpftrace log output message. Valid values are auto, always and never.</p>
5443+
</div>
5444+
</div>
54365445
</div>
54375446
</div>
54385447
<div class="sect1">

src/docs/master.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,6 +3827,12 @@ This specifies the vmlinux path used for kernel symbol resolution when attaching
38273827
If this value is not given, bpftrace searches vmlinux from pre defined locations.
38283828
See src/attached_probe.cpp:find_vmlinux() for details.
38293829

3830+
=== BPFTRACE_COLOR
3831+
3832+
Default: auto
3833+
3834+
Colorize the bpftrace log output message. Valid values are auto, always and never.
3835+
38303836
== Options Expanded
38313837

38323838
=== Debug Output

0 commit comments

Comments
 (0)