summaryrefslogtreecommitdiff
path: root/internal/c/maps.h
blob: 7ec871cbba914b8f45a0dfc2dfe799a65936790c (plain)
1
2
3
4
5
6
//+build ignore

struct {
    __uint(type, BPF_MAP_TYPE_RINGBUF);
    __uint(max_entries, 1 << 24);
} event_map SEC(".maps");