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

avoid deadlock by skipping sampling in libc, libgcc and pthread #85

Merged
merged 11 commits into from
Nov 1, 2021

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    7c5b602 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    46a3996 View commit details
    Browse the repository at this point in the history
  3. skip libc only for linux

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a640ff5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. add null check in the signal handler

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    ff4e24e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. add more cfg to remove blacklist on non-linux platform

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a12b5ea View commit details
    Browse the repository at this point in the history
  2. fix clippy warning for test

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    872f5dc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. fix clippy

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    59bad74 View commit details
    Browse the repository at this point in the history
  2. use a configurable option to set blacklist

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1b7b26c View commit details
    Browse the repository at this point in the history
  3. add document and don't reset blacklist_segments

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d2b1fb6 View commit details
    Browse the repository at this point in the history
  4. support aarch64

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1fc974a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. replace blacklist into blocklist

    Signed-off-by: YangKeao <[email protected]>
    YangKeao committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    6e7bc09 View commit details
    Browse the repository at this point in the history