From d699ef44a9ded5d419a470a4f6715ecff7f0fcd1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 19 May 2026 09:36:51 +0300 Subject: t6 address family recording review --- docs/parquet-querying.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/parquet-querying.md') diff --git a/docs/parquet-querying.md b/docs/parquet-querying.md index 783c4e0..4c31474 100644 --- a/docs/parquet-querying.md +++ b/docs/parquet-querying.md @@ -26,6 +26,7 @@ state, no installation needed beyond Docker. | `pid` | UInt32 | Process ID | | `tid` | UInt32 | Thread ID | | `syscall` | String | Syscall name (e.g. `read`, `openat`) | +| `family` | String | Broad syscall family (e.g. `FS`, `Network`, `Memory`) | | `fd` | Int32 | File descriptor | | `ret` | Int64 | Return value (negative = errno) | | `bytes` | UInt64 | Bytes transferred (0 if not applicable) | -- cgit v1.2.3