The Process Watch GitHub repository depends on other GitHub repositories.
The Process Watch repo is dependent on the bpftool repo and the Capstone repo. Follow the correct instructions to clone, including using the --recursive argument.
Process Watch uses the Linux perf_events interface to sample branch predictions.
Process Watch does use the Linux perf_events interface but it is for sampling retired instructions.
Process Watch can tell me whether my workloads are using specific instructions or features.
Process Watch can be used to indicate whether certain instructions or features or groups of instructions are being retired.