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

Check a call function is available for a probe type #1646

Merged
merged 4 commits into from
Nov 24, 2020

Commits on Nov 24, 2020

  1. Add a function to see if the functin is available for that probe type

    Some call functions are available for some probe types. This function
    checks it.
    mmisono committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    db52afd View commit details
    Browse the repository at this point in the history
  2. Add test to check reg is not available for kfunc

    Previously, checks of reg() availability for kfunc is missing. The
    previous commit adds this check. Add the test to ensure for kfunc not to
    be able to call reg().
    mmisono committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6376b24 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    mmisono committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    39f7358 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca5a358 View commit details
    Browse the repository at this point in the history