You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here a PerfEventOutput's created for each CPU configured by the OS, but that doesn't mean the CPU is available.
Boot with nosmt, for example, makes some cores unavailable event if they're configured by the OS. Attempting to open PerfEventOutputs on them results in ENODEV (No such device) errors.
I'm wondering why get_nprocs_conf was used instead of get_nprocs which only returns the number of processors currently available in the system and wether the latter should be used instead.
The text was updated successfully, but these errors were encountered:
Here a PerfEventOutput's created for each CPU configured by the OS, but that doesn't mean the CPU is available.
Boot with
nosmt
, for example, makes some cores unavailable event if they're configured by the OS. Attempting to open PerfEventOutputs on them results inENODEV (No such device)
errors.I'm wondering why
get_nprocs_conf
was used instead ofget_nprocs
which only returns the number of processors currently available in the system and wether the latter should be used instead.The text was updated successfully, but these errors were encountered: