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
  • !5139

i#5076 trace invariants, part 5: Parallelize over shards

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i5076-trace-invar-parallel into master Oct 01, 2021
  • Overview 5
  • Commits 4
  • Pipelines 0
  • Changes 5

Refactors the trace invariants checker tool to operate in parallel over the sharded threads of the trace. The branch target check across thread switches instead looks for branch targets across possible switch points indicated by timestamps.

Adds a test name parameter to isolate the targeted-app portions of the invariants checks.

Refactors the invariant_checker_test to run the tool in both serial and parallel mode.

Fixes a bug found in initializing per_shard_t.prev_xfer_marker_ which caused false negatives in certain cases.

Issue: #5076 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i5076-trace-invar-parallel