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

Add support for loading and attaching raw_tracepoint programs #199

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    20cb935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba7f126 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Fix warning implicit declaration of ptr_to_u64

    ../../iovisor/gobpf/elf/module.go: In function
    ‘bpf_attach_raw_tracepoint’:
    ../../iovisor/gobpf/elf/module.go:97:29: warning: implicit declaration
    of function ‘ptr_to_u64’; did you mean ‘strtoull’?
    [-Wimplicit-function-declaration]
      attr.raw_tracepoint.name = ptr_to_u64(tp_name);
                                 ^~~~~~~~~~
                                 strtoull
    tahsinrahman committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    0faedcb View commit details
    Browse the repository at this point in the history