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

i#3230 split traces: generate per-thread processed trace files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i3230-per-thread-traces into master Dec 07, 2018
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 14

Refactors raw2trace to produce a separate trace file per thread rather than interleaving them into a single file. The file_reader now does the interleaving. As part of the refactoring, per-traced-thread data is isolated in a data structure which is passed to each processing routine. This will make it easier to parallelize in the future.

Changes raw2trace_directory_t to produce a vector of output files, one per input file. It puts them in a trace/ subdir that is a peer of the input raw/ subdir by default.

Deprecates the drcachesim front-end -infile but still supports it for legacy traces. Updates analyzer_multi's input code to auto-post-process the raw files if there no processed files in a trace/ subdirectory.

Updates the changelog, documentation, and intra-repository uses of raw2trace.

Issue: #3230 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3230-per-thread-traces