Skip to content

Is it possible to monitor Floating Point Unit? #255

Answered by opcm
abhinand5 asked this question in Q&A
Discussion options

You must be logged in to vote

Q1: did you sign the driver? This link can be helpful. Alternatively use the third-party winring driver as described in the windows how-to.

Q2: thanks for reporting this issue! For the Windows platform please replace ['pcm-core.exe -c'] with ['pcm-core.exe', '-c'] in pmu-query.py

Q3: no changes are required. With pmu-query.py you should be abe to search for floating point events (search for "FP") and then pass the event descriptions to pcm-core.exe

For example for my CPU:

.\pcm-core.exe -e cpu/umask=0x02,event=0xC7,name=FP_ARITH_INST_RETIRED.SCALAR_SINGLE/

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by opcm
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #255 on December 11, 2020 13:53.