fix(linux-tkg): sync with master
This commit is contained in:
@@ -122,7 +122,7 @@ _compiler="gcc"
|
|||||||
|
|
||||||
# [Generic and Gentoo specific] Replace `libunwind` with `llvm-libunwind`.
|
# [Generic and Gentoo specific] Replace `libunwind` with `llvm-libunwind`.
|
||||||
# ! This is currently experimental.
|
# ! This is currently experimental.
|
||||||
# ! It can only work with the `llvm-libunwind` `USE` flag in `sys-devel/clang-common` for Gentoo.
|
# ! It can only work with the `llvm-libunwind` `USE` flag in `llvm-core/clang-common` for Gentoo.
|
||||||
# Set to "true" to enable.
|
# Set to "true" to enable.
|
||||||
_libunwind_replace=""
|
_libunwind_replace=""
|
||||||
|
|
||||||
@@ -166,7 +166,10 @@ _sched_yield_type=""
|
|||||||
# Set to "1" for 2ms, "2" for 4ms, "3" for 6ms, "4" for 8ms, or "default" to keep the chosen scheduler defaults.
|
# Set to "1" for 2ms, "2" for 4ms, "3" for 6ms, "4" for 8ms, or "default" to keep the chosen scheduler defaults.
|
||||||
_rr_interval="default"
|
_rr_interval="default"
|
||||||
|
|
||||||
# Set to "true" to disable FUNCTION_TRACER/GRAPH_TRACER, lowering overhead but limiting debugging and analyzing of kernel functions - Kernel default is "false"
|
# Set to "true" to disable FTRACE, lowering overhead but limiting debugging and analyzing of kernel functions - Kernel default is "false"
|
||||||
|
# Notes:
|
||||||
|
# - May break many things, as it disables many child config options (FUNCTION_TRACER, GRAPH_TRACER, FBROBE, STACK TRACER...)
|
||||||
|
# - Prevents sched-ext LAVD from properly working, see https://github.com/sched-ext/scx/blob/main/kernel.config#L19
|
||||||
_ftracedisable="false"
|
_ftracedisable="false"
|
||||||
|
|
||||||
# Set to "true" to disable NUMA, lowering overhead, but breaking CUDA/NvEnc on Nvidia equipped systems - Kernel default is "false"
|
# Set to "true" to disable NUMA, lowering overhead, but breaking CUDA/NvEnc on Nvidia equipped systems - Kernel default is "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user