epickrram / grav

Performance visualisation tools
Apache License 2.0
293 stars 22 forks source link

Syntax error in BPF script #13

Closed jschewebbn closed 5 years ago

jschewebbn commented 5 years ago

When running heap-alloc-flames I get the error

/virtual/main.c:49:37: error: expected ';' after top level declarator
BPF_STACK_TRACE(stack_traces, 10240)
                                    ^
                                    ;
1 error generated.

Adding the semicolon to src/heap/heap_profile.py appears to fix this issue.

epickrram commented 5 years ago

Can you submit a PR with your fix please.