Open DMaroo opened 1 year ago
This PR adds extra arguments at the end of "attach" command, and these will be forwarded on to perf verbatim. Therefore, we can now use the following command
perf
$ magic-trace attach -p $(pidof foo) -trigger bar sleep 5
The perf command called under the hood would be
perf <args> sleep 5
Done in collaboration with @Mantra-7.
Fixes #230.
This PR adds extra arguments at the end of "attach" command, and these will be forwarded on to
perf
verbatim. Therefore, we can now use the following commandThe perf command called under the hood would be
Done in collaboration with @Mantra-7.
Fixes #230.