#bpftrace
bpftrace -e 'BEGIN { @[kstack]=42; print(@[kstack]); exit(); }'
There is some problem when bpftrace print map value like above. The output will be like:
bpftrace -e 'BEGIN { @[kstack]=42; print(@[kstack]); exit(); }'
There is some problem when bpftrace print map value like above. The output will be like: