public void FilterToCurrentThread()
 {
     if (!m_RecorderCPU.Valid)
     {
         return;
     }
     m_RecorderCPU.FilterToCurrentThread();
 }