aboutsummaryrefslogtreecommitdiff
path: root/examples/tracing/mallocstacks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tracing/mallocstacks.py')
-rw-r--r--examples/tracing/mallocstacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tracing/mallocstacks.py b/examples/tracing/mallocstacks.py
index 36a0a7f4..0def220f 100644
--- a/examples/tracing/mallocstacks.py
+++ b/examples/tracing/mallocstacks.py
@@ -25,7 +25,7 @@ b = BPF(text="""
#include <uapi/linux/ptrace.h>
BPF_HASH(calls, int);
-BPF_STACK_TRACE(stack_traces, 1024)
+BPF_STACK_TRACE(stack_traces, 1024);
int alloc_enter(struct pt_regs *ctx, size_t size) {
int key = stack_traces.get_stackid(ctx,