My code often uses a lot of "system processor" (on ubuntu).
I understand that this means that the processor is doing something different than what my code actually works. I heard that it can, for example, control input / output.
I have two questions:
1) Can I get a more comprehensive list of what the processor can do when it is on the “system processor”?
2) When I run a specific program, is there a way to determine what the system processor does at this start? (some kind of profiling "system processor")
source share