getting the cpuid for a userspace process ?

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Oct 25 18:09:14 UTC 2011


In message <201110251342.45194.jhb at freebsd.org>, John Baldwin writes:
>On Tuesday, October 25, 2011 11:06:22 am Luigi Rizzo wrote:
>> as the subject says... is there any way to get the current
>> CPU id for a userspace process (of course,
>> valid only at the time the function is called as the
>> process might be arbitrarily moved while it runs)
>
>Not from userland, no.  On x86 you can use cpuid to fetch the APIC ID, but 
>that does not map 1:1 to FreeBSD cpu IDs.

How does JEmalloc do it ?


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list