Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp889469pxb; Wed, 27 Oct 2021 14:32:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwbAeShUApQ4e4dsJ1WIbK13WPwd7pocFHCzpvJvvyJ+hQMvdHBCU/jWh6DlYQJP83MeiQ9 X-Received: by 2002:a50:ef07:: with SMTP id m7mr440228eds.263.1635370232011; Wed, 27 Oct 2021 14:30:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635370232; cv=none; d=google.com; s=arc-20160816; b=LFi8S3WliQu7aBoOiSN/Ivjhl0C841cjWgXCtjQ0L+rqvvWjR5PPTi7jSahyNYjWop mlqBD2/zo/XQ3SSRAmV5iWJKQrtpO6v0oPeOLe6iX6ih9j1iFdj6dEq2WX/ffhm/mB1g qRIRiPfqqOY0f1hEDWfzLqU9rJkGG7yi+JyXLj/xzOF/2qEyAMlIY3ShxlIBVqEuaKMp xYDRonK5+R5Qi7gpccqRLwsbOkzKblGWnmXxmfo9tcu6WEvPc7AWQ7sLBMkQV8PPqZFx U+q3ipEjTyPJxBtuubYUbOPLilFHS5mgVL9VZGslsr4L3i9ec8cktwdkHknsi5UgHZdT SKug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dkim-signature; bh=OhheyAsq3KA6BA2ghLecQki2b8OsK2s2uDBeIVryl80=; b=c9BSmn2TpM2xjV65DWZheEZYvU5ZQzhbQCr4U1JwVuUf1Y91I/7ECca+LSxhskWfZ+ 6J3tmGyRwVM8l1fssJgUANrt+e8s1+CWfhuw4lmg4WJorCilcbMXS6W+tVUsVLo4G0dv kkMVhybWrWz+VG/kpoF8hVoWdUi1lD51UkbA6xCunv3y9uvRq63cxZ3cRwouoSyEzXJZ m4E51XP2Uqd/DrxKGAynrVLl7v21IsnKOTh9nOTaI0eSE1+2UuotZdM7ueMaF3QTcHL6 ElSbrBllvCHmQpvkBRwTFe67H84yFwTvkIWF6tfdxqkdDdmVXS6MHiY0d9y06VfmSYiL X8GQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b="fR/xE8m7"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dm8si1515596ejc.204.2021.10.27.14.30.08; Wed, 27 Oct 2021 14:30:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b="fR/xE8m7"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242632AbhJ0OzA (ORCPT + 97 others); Wed, 27 Oct 2021 10:55:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:55268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237296AbhJ0OzA (ORCPT ); Wed, 27 Oct 2021 10:55:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CAFB260724; Wed, 27 Oct 2021 14:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635346354; bh=8M3nKt+glST/1vlSEYvPRleNwgXQb7gbwuxaCwI1Whg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fR/xE8m7qavd66EZEMHa2Um94damyxYlntoxUkZEmBPfI2A5kkRyyXpUs4MNS8p+V qhu62Mbkwk4U4yP0MMLVlawZaGSSAecsLiQAH5r0AEyFUMxTgp1mm1vCumIArq44br mUYif0qDQPVBy8eXTNkulbPq2tpOQdFhIgzMVn1pdwAg6/NLifaT6CO8K0FfiMqZc8 kU5+JCbzYWlfyqjFFJS1TE3VioDSh2ketCRCxlauE/fXZWI88loRIpoRC34+R5vwYc +50aJ/ONRLLWROXaLmxvEkhQ5oVHeudRRH4BmzGS+eFb4PAB1lcRa0DhEc3YD2LvBJ cTNWJ8poH/yvg== Date: Wed, 27 Oct 2021 23:52:29 +0900 From: Masami Hiramatsu To: Steven Rostedt Cc: Kalesh Singh , Masami Hiramatsu , surenb@google.com, hridya@google.com, namhyung@kernel.org, kernel-team@android.com, Jonathan Corbet , Ingo Molnar , Shuah Khan , Tom Zanussi , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger expression parsing Message-Id: <20211027235229.06f268a62133882a547c3c01@kernel.org> In-Reply-To: <20211027103119.2365bc90@gandalf.local.home> References: <20211025200852.3002369-1-kaleshsingh@google.com> <20211025200852.3002369-8-kaleshsingh@google.com> <20211026214311.583c728d90d41778c38201dd@kernel.org> <20211026174420.0056bde2@gandalf.local.home> <20211026202020.026e7907@rorschach.local.home> <20211027121420.03a09fca1efc414189bb40bb@kernel.org> <20211027103119.2365bc90@gandalf.local.home> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Oct 2021 10:31:19 -0400 Steven Rostedt wrote: > On Tue, 26 Oct 2021 21:27:00 -0700 > Kalesh Singh wrote: > > > > Interesting. There should be test logs under logs/ directory in the > > > ftracetest. Can you share the logs/*/ftracetest.log and your kernel kconfig? > > > > > > Thank you, > > > > > Hi Masami, > > > > I have attached the config and ftracetest.log here. Thanks! but it seems that the tests were randomely failed... > > > Actually, could you attach the other files in that log? > > tar cvjf log.tar.bz2 logs// > > Where is the value for the log that failed. > > That will give me more information to why the tests failed. > > I'm currently going to test the config you sent. I'm also trying to reproduce it, but it seems to need full qemu mode. If you share the above logs, it is easier to check why the tests have been failed. > > Thanks! > > -- Steve -- Masami Hiramatsu