This include some changes related with PerfReader's the input check and command line change:
- It appears there might be thousands of leading MMAP-Event line in the perfscript for large workload. For this case, the 4k threshold is not eligible to determine it's a hybrid sample. This change renovated the isHybridPerfScript by going through the script without threshold limitation checking whether there is a non-empty call stack immediately followed by a LBR sample. It will stop once it find a valid one.
- Added several input validations for the command line switches in PerfReader.
- Changed the command line show-disassembly to show-disassembly-only, it will print to stdout and exit early which leave an empty output profile.
typo: PERF_INVALID. Can we keep the enum 0 based?