Finding physical and logical core number in a kernel module ?
Sept. 6, 2011
6:29 a.m.
Hi, Are there kernel functions that would return the number of the physical core and logical core (in case of Hyperthreading) on which a kernel module is running ? Thanks Vaibhav Jain
Sept. 6, 2011
6:43 a.m.
Hi,
Are there kernel functions that would return the number of the physical core and logical core (in case of Hyperthreading) on which a kernel module is running ?
Once loaded, a module becomes a part of the kernel, and is therefore not restricted to specific cores. What are you trying to achieve? Alex.
5456
Age (days ago)
5456
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Courbot -
Vaibhav Jain