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

abbreviate uncore event names to shorten the length of the arguments on the perf command line #102

Merged
merged 6 commits into from
Nov 26, 2024

Conversation

harp-intel
Copy link
Contributor

The uncore events repeat for each related uncore device. On a system with many uncore devices (high core-count systems), this results in a large number of uncore events that will be request on the perf stat command line and possibly be too large for the bash arguments stack.

We defined a function that contains a list of verbose uncore event names and abbreviations for them. The function replaces the verbose name with the abbreviated form.
 
closes 101

@harp-intel harp-intel linked an issue Nov 24, 2024 that may be closed by this pull request
@harp-intel harp-intel merged commit bc95c81 into main Nov 26, 2024
4 checks passed
@harp-intel harp-intel deleted the abbreviate branch November 26, 2024 16:49
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

Successfully merging this pull request may close these issues.

issue with ./perfspect metrics
1 participant