Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3144

i#3048 func-trace: add drwrap flags, reduce func_trace instrument overhead

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Louis-Ye/i3048-func-trace-flags-options into master Aug 22, 2018
  • Overview 17
  • Commits 21
  • Pipelines 0
  • Changes 6

Created by: Louis-Ye

  • Use DRWRAP_NO_FRILLS and DRWRAP_FAST_CLEANCALLS to make func_trace scale when instrumenting application with large number of threads.
  • Use SAFE_READ* flags to prevent crashes.
  • Remove operator new and delete from default option, since it is not stable in different architectures.
  • Move consecutive markers append operation into one single function to reduce overhead of pre/post hook.
  • Remove redzone checks.
  • Update comments.

Issue #3048 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Louis-Ye/i3048-func-trace-flags-options