Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Region of Interest Tracker class #45

Open
kathlenemagnus opened this issue Jan 13, 2025 · 0 comments
Open

Create a Region of Interest Tracker class #45

kathlenemagnus opened this issue Jan 13, 2025 · 0 comments

Comments

@kathlenemagnus
Copy link
Collaborator

Create a class for keeping track of whether a workload is executing in the region of interest as determined by various parameters such as:

  • A start and stop instruction count
  • A start and stop PC
  • A list of privilege modes in the region of interest

The class should support specifying multiple start and stop parameters. For example, if a start count of 1000 is set and the only privilege mode in the region of interest is User mode, then the workload must have executed at least 1000 instructions AND be in User mode to enter the region of interest.

The class should also support non-contiguous regions of interests meaning that the workload may enter and exit the region of interest multiple times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant