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_perf_json: Fix missing 'r' in power_uncore_fixups #263

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

tlfalcon
Copy link
Contributor

create_perf_json.py is generating these warnings:

.../scripts/./create_perf_json.py:1368: SyntaxWarning: invalid escape sequence '-'
('UNC_PKG_ENERGY_STATUS', 'power@energy-pkg@'),
.../perfmon/scripts/./create_perf_json.py:1369: SyntaxWarning: invalid escape sequence '-'
('FREERUN_PKG_ENERGY_STATUS', 'power@energy-pkg@'),
.../perfmon/scripts/./create_perf_json.py:1370: SyntaxWarning: invalid escape sequence '-'
('FREERUN_DRAM_ENERGY_STATUS', 'power@energy-ram@'),

Guessing that an 'r' prefix was missed here.

@edwarddavidbaker edwarddavidbaker self-requested a review December 17, 2024 15:29
Copy link
Contributor

@edwarddavidbaker edwarddavidbaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @tlfalcon .

@edwarddavidbaker edwarddavidbaker merged commit 3fc7a87 into intel:main Dec 17, 2024
4 checks passed
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.

3 participants