BatchLookup claims it doesn't support a pointer to a slice, but sysenc.SyscallOutput does support pointers to slices:
|
// We're dealing with a pointer to a slice. Dereference and |
|
// handle it like a regular slice. |
|
value = value.Elem() |
Could batchCount and sliceLen be updated to support pointer to slices?
BatchLookupclaims it doesn't support a pointer to a slice, butsysenc.SyscallOutputdoes support pointers to slices:ebpf/internal/sysenc/marshal.go
Lines 144 to 146 in 99a4e69
Could
batchCountandsliceLenbe updated to support pointer to slices?