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

utils: Add helpers for runtime dynamic patching #1705

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

Commits on Jul 26, 2023

  1. utils: Implement syscall wrappers for glibc < 2.30

    Glibc < 2.30 doen't provide wrappers for 'gettid()' and 'tgkill()' so we
    define them.
    
    Signed-off-by: Clément Guidi <[email protected]>
    clementguidi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    162d8bf View commit details
    Browse the repository at this point in the history
  2. utils: Define signal related functions

    Functions to setup real-time signals and broadcast signals to all
    threads in an application. Useful for runtime synchronization
    mechanisms.
    
    Co-authored-by: Gabriel-Andrew Pollo-Guilbert <[email protected]>
    Signed-off-by: Clément Guidi <[email protected]>
    clementguidi and gpollo committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0398ceb View commit details
    Browse the repository at this point in the history