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

i#4487: inline instr count for trace_after_instrs in drcachesim, AArch64

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sotiris Apostolakis requested to merge i4487-AArchXX-64-bit-counters into master Jan 18, 2021
  • Overview 41
  • Commits 12
  • Pipelines 0
  • Changes 7

Inlines instruction counting for the -trace_after_instrs option in drcachesim on AArch64 to avoid doing a clean call and thus improve performance. Involves enabling drx_insert_counter_update() for 64-bit counters for AArch64.

Extends two tests with checks for 64-bit counter updates on AArch64.

Fixes: #4487 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4487-AArchXX-64-bit-counters