We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to find a way to start the kernel in single thread mode, but haven't been successful. Is it possible to do that?
I found the singlecpu option in here: https://github.com/lkl/linux/blob/master/Documentation/lkl.txt#L226
singlecpu
But I guess that is just single cpu pinning and not single threaded mode?
Also, I asked this question in lkl slack but didn't get a response.
The text was updated successfully, but these errors were encountered:
Yes, lkl generally spawns one host thread for each kernel thread - see tools/lkl/lib/posix-host.c.
tools/lkl/lib/posix-host.c
Sorry, something went wrong.
No branches or pull requests
Hi, I'm trying to find a way to start the kernel in single thread mode, but haven't been successful. Is it possible to do that?
I found the
singlecpu
option in here: https://github.com/lkl/linux/blob/master/Documentation/lkl.txt#L226But I guess that is just single cpu pinning and not single threaded mode?
Also, I asked this question in lkl slack but didn't get a response.
The text was updated successfully, but these errors were encountered: