From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbdF3KYl (ORCPT ); Fri, 30 Jun 2017 06:24:41 -0400 Received: from mga14.intel.com ([192.55.52.115]:63570 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752452AbdF3KXy (ORCPT ); Fri, 30 Jun 2017 06:23:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="120781575" From: Alexey Budankov Subject: Re: [PATCH v3 1/n] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi To: Andi Kleen Cc: Mark Rutland , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Kan Liang , Dmitri Prokhorov , Valery Cherepennikov , David Carrillo-Cisneros , Stephane Eranian , linux-kernel@vger.kernel.org References: <09226446-39b9-9bd2-d60f-b9bb947987c5@linux.intel.com> <20170615195618.GA8807@leverpostej> <07a76338-4c71-569a-d36e-7d6bcd10bd74@linux.intel.com> <20170619132652.GA3894@leverpostej> <099fbd8a-9b62-faee-7eb6-07c2f94adcaa@linux.intel.com> <20170619152410.GC23705@tassilo.jf.intel.com> <023e19bb-ecf3-c939-3337-391568c567ff@linux.intel.com> Organization: Intel Corp. Message-ID: <801ee488-8819-e3a7-c0a1-e91ed03b9a7b@linux.intel.com> Date: Fri, 30 Jun 2017 13:23:49 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <023e19bb-ecf3-c939-3337-391568c567ff@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19.06.2017 18:34, Alexey Budankov wrote: > On 19.06.2017 18:24, Andi Kleen wrote: >>> One more: >> >> It may help if you run with KASAN enabled. That often >> finds problems earlier. >> >> Also could use ftrace and use ftrace_dump_on_oops to >> see the sequence (but that has a lot of overhead >> and sometimes hides problems) > > Ok. Will try. Thanks. Tested patch v5 with KASAN enabled. No memory corruptions were revealed so far. > >> >> -Andi >> >> > >