Cli commands
Add useful CLI commands:
- parse: Parse the strace log to an output file
- process: Show analysis summary per process/thread
- files: Show list of files accessed per process/thread
- filter: Filter syscalls by name
- tree: Show the graph of process calls in a pstree style
- top: Show top N syscalls by count
Edited by Arastoo Bozorgi