trace: Specifying a pid with a kernel probe now works (#589)
Due to an incorrectly referenced global variable, specifying a pid to filter with a kernel probe produced an error. This is now fixed, for example: ``` TIME PID COMM FUNC 23:46:00 29967 bash sched_switch 23:46:01 29967 bash sched_switch 23:46:01 29967 bash sched_switch ^C ```
Showing
Please register or sign in to comment