trace malloc
use uprobe to trace malloc and free in libc.so
Getting started
Running the gadget:
- kubectl gadget
- ig
$ kubectl gadget run ghcr.io/inspektor-gadget/gadget/trace_malloc:latest [flags]
$ sudo ig run ghcr.io/inspektor-gadget/gadget/trace_malloc:latest [flags]
Flags
--print-ustack
Show user stack traces
Default value: "false"
Guide
TODO