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

Implement correct scaling of perf hardware counters #210

Merged
merged 3 commits into from
Nov 2, 2024

Conversation

mahendrapaipuri
Copy link
Owner

  • Upstream perf-utils package exports enabled and running times of a random event when multiple events are selected. This can pose problems when different events have different multiplexing ratios and we noticed that in our tests.

  • We forked the upstream package to export enabled and running times of each event and estimate correct scaling factor for each event.

* Upstream perf-utils package exports enabled and running times of a random event when multiple events are selected. This can pose problems when different events have different multiplexing ratios and we noticed that in our tests.

* We forked the upstream package to export enabled and running times of each event and estimate correct scaling factor for each event.

Signed-off-by: Mahendra Paipuri <[email protected]>
@mahendrapaipuri mahendrapaipuri added the enhancement New feature or request label Nov 2, 2024
* The way we are using state variables, we have abandon go routines for the moment.

Signed-off-by: Mahendra Paipuri <[email protected]>
Signed-off-by: Mahendra Paipuri <[email protected]>
@mahendrapaipuri mahendrapaipuri merged commit 8dcb37a into main Nov 2, 2024
15 checks passed
@mahendrapaipuri mahendrapaipuri deleted the perf_pmc_scaling branch November 2, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant