diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-22 09:34:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-22 09:34:05 +0300 |
| commit | b0914837b96afb99971e600d6c46e55875f04854 (patch) | |
| tree | fb9c92c675bd3e1c65f87b31ca508c0910fe3c30 /internal/c | |
| parent | 74a241b702a595b86cabc5350bb5bf7c52d8e27b (diff) | |
xb make syscall aggregates per-cpu deltas
Diffstat (limited to 'internal/c')
| -rw-r--r-- | internal/c/maps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/c/maps.h b/internal/c/maps.h index 79a1367..24f24e7 100644 --- a/internal/c/maps.h +++ b/internal/c/maps.h @@ -61,7 +61,7 @@ struct { } syscall_enter_state_map SEC(".maps"); struct { - __uint(type, BPF_MAP_TYPE_HASH); + __uint(type, BPF_MAP_TYPE_PERCPU_HASH); __uint(max_entries, 4096); __type(key, __u32); __type(value, struct syscall_aggregate); |
