From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753902AbcHTRyc (ORCPT ); Sat, 20 Aug 2016 13:54:32 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:38202 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752946AbcHTRyb (ORCPT ); Sat, 20 Aug 2016 13:54:31 -0400 Subject: Re: runaway latency detection To: "T. Smith" , Daniel Bristot de Oliveira , Sebastian Andrzej Siewior , Jon Masters , Carsten Emde , Peter Zijlstra , Thomas Gleixner , Andrew Morton , Ingo Molnar , Clark Williams , Steven Rostedt , Daniel Wagner References: <94710CE6-857F-424A-9D50-8569D6282367@gmail.com> Cc: linux-kernel@vger.kernel.org From: Nikolay Borisov Message-ID: <072e2e64-2e9f-eb2b-eca2-00d8aa62974a@gmail.com> Date: Sat, 20 Aug 2016 20:54:23 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <94710CE6-857F-424A-9D50-8569D6282367@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20.08.2016 20:03, T. Smith wrote: > The goal is to isolate causes of indeterminism when using the PREEMPT_RT kernel configuration with full preemption and to characterize latency and jitter using ftrace, any recommendations? What hardware is it ? If it's x86 it's entirely possible you are seeing SMI. Perhaps you should look into disabling those if you are on x86?