• Prashant Bhole's avatar
    trace.py: fix compiler warning (#2094) · 05765eee
    Prashant Bhole authored
    Compiler shows warning "incompatible integer to pointer conversion
    initializing" while compiling bpf program.
    This patch adds necessary typecast when assigning PT_REGS_PARAM vaules
    to struct pt_regs pointer
    05765eee
trace.py 36.3 KB