I am building 5.17.1-RT and I want to disable ALL DEBUG (both related to RT Patch) and all others that can be turned off and still have a working RT kernel. I want todo this to try to measure scheduling latency, etc that is not marred by various counters and trace support things. Is there a page or directions that can tell me how to do this? I go thru and disable various DEBUG settings in .config manually, but then I notice that making the kernel re-enables some of them, it is unclear to me why this is. I do: # cp -vi /boot/config-`uname -r` .config as my starting point. Thanks.