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

Detect each CPU core separately #72

Open
PrzemekWirkus opened this issue Nov 20, 2024 · 0 comments
Open

Detect each CPU core separately #72

PrzemekWirkus opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@PrzemekWirkus
Copy link
Collaborator

Description

Currently we are detecting CPU using MIDR_EL1 value sent from Kernel Driver to user-space.
We want to detect for heterogeneous CPus (where cores might be different) each code's ID. This will help tools like topdown_tool to detect core and apply correct methodology (metrics) for each core.

Definition of done

  • Add to Kernel Driver functionality that will allow detection of the core.
  • Pass raw information to user-space (to wperf) in order to interpret and analysis.
  • Expose detection in wperf test from command line.
@PrzemekWirkus PrzemekWirkus added the enhancement New feature or request label Nov 20, 2024
@PrzemekWirkus PrzemekWirkus added this to the v4.0.0 milestone Nov 20, 2024
@PrzemekWirkus PrzemekWirkus self-assigned this Nov 20, 2024
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

No branches or pull requests

1 participant