You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernelside: StackTrace::get_stackid() returns an i64.
However, Userside: StackTraceMap::get() requires i32.
In C, bpf_get_stackid() returns a long which is an i32 on 32-bit system, and i64 on 64-bit system.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Hello everyone,
Kernelside:
StackTrace::get_stackid()
returns an i64.However, Userside:
StackTraceMap::get()
requires i32.In C,
bpf_get_stackid()
returns along
which is an i32 on 32-bit system, and i64 on 64-bit system.Thank you for your time.
The text was updated successfully, but these errors were encountered: