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

Commit 557fb14

Browse files
committed
docs: Sync with upstream
1 parent 8d00463 commit 557fb14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/master.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,10 +1676,10 @@ <h2 id="_builtins">Builtins</h2>
16761676
</tr>
16771677
<tr>
16781678
<td class="tableblock halign-left valign-top"><p class="tableblock">retval</p></td>
1679-
<td class="tableblock halign-left valign-top"><p class="tableblock">int64</p></td>
1679+
<td class="tableblock halign-left valign-top"><p class="tableblock">uint64</p></td>
16801680
<td class="tableblock halign-left valign-top"><p class="tableblock">n/a</p></td>
16811681
<td class="tableblock halign-left valign-top"><p class="tableblock">n/a</p></td>
1682-
<td class="tableblock halign-left valign-top"><p class="tableblock">Value returned by the function being traced (kretprobe, uretprobe, fexit)</p></td>
1682+
<td class="tableblock halign-left valign-top"><p class="tableblock">Value returned by the function being traced (kretprobe, uretprobe, fexit). For kretprobe and uretprobe, its type is <code>uint64</code>, but for fexit it depends. You can look up the type using <code>bpftrace -lv</code></p></td>
16831683
</tr>
16841684
<tr>
16851685
<td class="tableblock halign-left valign-top"><p class="tableblock">tid</p></td>

src/docs/master.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,10 +1192,10 @@ For string arguments use the `str()` call to retrieve the value.
11921192
| The return keyword is used to exit the current probe. This differs from exit() in that it doesn't exit bpftrace.
11931193

11941194
| retval
1195-
| int64
1195+
| uint64
11961196
| n/a
11971197
| n/a
1198-
| Value returned by the function being traced (kretprobe, uretprobe, fexit)
1198+
| Value returned by the function being traced (kretprobe, uretprobe, fexit). For kretprobe and uretprobe, its type is `uint64`, but for fexit it depends. You can look up the type using `bpftrace -lv`
11991199

12001200
| tid
12011201
| uint32

0 commit comments

Comments
 (0)