• Teng Qin's avatar
    Fix tools still referencing ProcUtils (#625) · 9b04a6ff
    Teng Qin authored
    Recent USDT change removed `procstat.py`, which the `argdist` and `trace` tools are still referencing. This diff moves the only method (`which`) they are using into the `BPF` class.
    
    Also, make `BPF.find_library` not to call `decode()` on `None`.
    9b04a6ff
argdist.py 30.5 KB