• Sasha Goldshtein's avatar
    trace: Specifying a pid with a kernel probe now works (#589) · de34c25b
    Sasha Goldshtein authored
    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
    ```
    de34c25b
trace.py 23.2 KB