summaryrefslogtreecommitdiff
path: root/internal/c
diff options
context:
space:
mode:
Diffstat (limited to 'internal/c')
-rw-r--r--internal/c/maps.h2
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);