core at which function is running
Posted
by kumar
on Stack Overflow
See other posts from Stack Overflow
or by kumar
Published on 2010-06-14T15:22:26Z
Indexed on
2010/06/14
15:32 UTC
Read the original article
Hit count: 179
hi, consider a kernel tasklet scheduled and executing the tasklet function.
Is there a way to know which core the tasklet is running ? I mean is there a function / variable to know at which core the tasklet is running at. Architecture is arm.
Thanks!
© Stack Overflow or respective owner