From b0914837b96afb99971e600d6c46e55875f04854 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 22 May 2026 09:34:05 +0300 Subject: xb make syscall aggregates per-cpu deltas --- internal/c/maps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/c') 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); -- cgit v1.2.3