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

i#4328 AArch64 prefetch and flush instrs: Add trace types for prefetch instructions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhinav Anil Sharma requested to merge i4328-drmemtrace-handle-aarch64-prefetch into master Jun 29, 2020
  • Overview 76
  • Commits 29
  • Pipelines 0
  • Changes 17

Adds new trace types for AArch64 prfm and prfum instructions. These prefetch instructions have multiple variants based on:

  • prefetch target: this may be the L1, L2 or L3 cache
  • prefetch policy: either temporal or non-temporal
  • type: prefetch may be for load, instruction or store

Also makes changes to account for these new prefetch trace types in drcachesim.

Issue: #4328 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4328-drmemtrace-handle-aarch64-prefetch