• Paul Chaignon's avatar
    Skip dereferences inside bpf_probe_reads calls (#1824) · f86f7e84
    Paul Chaignon authored
    * Skip all dereferences inside bpf_probe_read calls
    
    If the user decides to rely on a manual call to bpf_probe_read, we
    don't try to rewrite its last argument.  This is needed as the
    rewriter starts to recognize and rewrite more and more dereferences.
    
    * tools: fix dereferences following 1a765a17
    f86f7e84
fileslower.py 7.21 KB