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

Parse cpumask for uncore PMUs #330

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

cvonelm
Copy link
Member

@cvonelm cvonelm commented Mar 22, 2024

parse the cpumask file for PMUs. For uncore PMUs this contains the core ids the uncore PMUs are logically mapped to (because uncore events naturally do not belong to any core, but we still need some cpuid to be able to perf_event_open them)

parse the cpumask file for PMUs. For uncore PMUs this contains the core ids
the uncore PMUs are logically mapped to (because uncore events naturally do
not belong to any core, but we still need some cpuid to be able to
perf_event_open them)
@bmario bmario changed the title Parse cpumask for PMUs Parse cpumask for uncore PMUs Apr 23, 2024
@cvonelm cvonelm merged commit 4a3fa91 into master Apr 23, 2024
41 checks passed
@cvonelm cvonelm deleted the issue-259-part1-cpumask-support branch April 23, 2024 16:00
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.

2 participants