Skip to main content
Version: v0.39.0

trace malloc

use uprobe to trace malloc and free in libc.so

Getting started

Running the gadget:

$ kubectl gadget run ghcr.io/inspektor-gadget/gadget/trace_malloc:v0.39.0 [flags]

Flags

--collect-ustack

Show user stack traces

Default value: "false"

Guide

TODO