Open moshelior opened 6 years ago
The problem is just a semicolon missing, just add it to the line 111 of fileiostacks.py
.( BPF_STACK_TRACE(stack_traces, 2048) --> BPF_STACK_TRACE(stack_traces, 2048); ) I have created a "pull request" to fix it just now.
You are missing a
';'
in the line:BPF_STACK_TRACE(stack_traces, STACK_STORAGE_SIZE)
in the file: https://github.com/brendangregg/BPF-tools/blob/master/old/2017-12-23/fileiostacks.pyIf you try to run it you will get: