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

Ring buffer size as module parameter #1671

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Nov 27, 2020

  1. driver: add cmake SYSFS_NAME which is the module name as seen in /sys…

    …/module/.
    
    Linux kernel replaces dash (`-`) by underscore (`_`) when installing a module with a dash in it's name.
    
    sysdig-CLA-1.0-signed-off-by: Nicolas Vanheuverzwijn <[email protected]>
    nvanheuverzwijn authored and fntlnz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    00353b1 View commit details
    Browse the repository at this point in the history
  2. driver: rename 'RING_BUF_SIZE' to 'ring_buf_size' and removed 'const'

    sysdig-CLA-1.0-signed-off-by: Nicolas Vanheuverzwijn <[email protected]>
    nvanheuverzwijn authored and fntlnz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    6a18d6b View commit details
    Browse the repository at this point in the history
  3. driver: fix error message whe ring_bug_size is too small

    instead of "Ring buffer size too small (4096 bytes, must be at least 4096 bytes", message is now "Ring buffer size too small (4096 bytes, must be at least 8192 bytes)"
    
    sysdig-CLA-1.0-signed-off-by: Nicolas Vanheuverzwijn <[email protected]>
    nvanheuverzwijn authored and fntlnz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    aa6a36b View commit details
    Browse the repository at this point in the history
  4. driver: ring_buf_size is now a module parameter

    sysdig-CLA-1.0-signed-off-by: Nicolas Vanheuverzwijn <[email protected]>
    nvanheuverzwijn authored and fntlnz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    71e5f67 View commit details
    Browse the repository at this point in the history
  5. libscap: use SYSFS_NAME instead of PROBE_DEVICE_NAME to read max_cons…

    …umers parameter
    
    sysdig-CLA-1.0-signed-off-by: Nicolas Vanheuverzwijn <[email protected]>
    nvanheuverzwijn authored and fntlnz committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    73569dd View commit details
    Browse the repository at this point in the history