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

i#2679: add feature to dump LL cache misses to a file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i2679-miss-trace into master Oct 31, 2017
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 17

Adds a drcachesim feature controlled by a new option -LL_miss_file that dumps the stream of last-level (LL) cache misses to the specified file.

Refactors some cleanup code to handle the new failure point of an invalid miss file during LL cache setup.

Adds a caching_device_t::set_stats() method to make it easier to substitute a different miss file implementation by subclassing cache_simulator_t and cache_stats_t.

Removes .. paths from include files to make it easier to export them.

Adds a simple test of running the new option.

Fixes #2679 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i2679-miss-trace