Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

continue adding --ebpf option to the python tools/ scripts #1570

Merged
merged 2 commits into from
Feb 5, 2018

Commits on Feb 2, 2018

  1. continue adding --ebpf option to the python tools/ scripts

    Several python tools allow their eBPF code to be printed to
    stdout for debugging.  There are other projects that would
    like to share these program definitions however, instead of
    duplicating code.  We previously agreed on an --ebpf option
    and we now continue adding it to more tools.
    
    Signed-off-by: Nathan Scott <[email protected]>
    natoscott committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    cf0792f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Ensure execsnoop.py replace result is not misplaced

    Found by yonghong-song while reviewing PR iovisor#1570.
    
    Signed-off-by: Nathan Scott <[email protected]>
    natoscott committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    f13107a View commit details
    Browse the repository at this point in the history