From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751537AbdKWG5w (ORCPT ); Thu, 23 Nov 2017 01:57:52 -0500 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:60560 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750880AbdKWG5v (ORCPT ); Thu, 23 Nov 2017 01:57:51 -0500 X-Original-SENDERIP: 156.147.1.125 X-Original-MAILFROM: namhyung@kernel.org X-Original-SENDERIP: 10.177.227.17 X-Original-MAILFROM: namhyung@kernel.org Date: Thu, 23 Nov 2017 15:57:48 +0900 From: Namhyung Kim To: Tom Zanussi Cc: rostedt@goodmis.org, tglx@linutronix.de, mhiramat@kernel.org, vedang.patel@intel.com, bigeasy@linutronix.de, joel.opensrc@gmail.com, joelaf@google.com, mathieu.desnoyers@efficios.com, baohong.liu@intel.com, rajvi.jingar@intel.com, julia@ni.com, fengguang.wu@intel.com, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, kernel-team@lge.com Subject: Re: [PATCH v6 36/37] tracing: Add inter-event blurb to HIST_TRIGGERS config option Message-ID: <20171123065748.GD25472@sejong> References: <7fd8c67013ed0ed1c7fced4ba6e161e76f421ab6.1510948725.git.tom.zanussi@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7fd8c67013ed0ed1c7fced4ba6e161e76f421ab6.1510948725.git.tom.zanussi@linux.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 17, 2017 at 02:33:15PM -0600, Tom Zanussi wrote: > So that users know that inter-event tracing is supported as part of > the HIST_TRIGGERS option, include text to that effect in the help > text. > > Signed-off-by: Tom Zanussi > --- > kernel/trace/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig > index b8395a0..b01536d 100644 > --- a/kernel/trace/Kconfig > +++ b/kernel/trace/Kconfig > @@ -596,6 +596,9 @@ config HIST_TRIGGERS > event activity as an initial guide for further investigation > using more advanced tools. > > + Inter-event tracing of quantities such as latencies is also > + supported using hist triggers under this option. > + > See Documentation/trace/events.txt. Unrelated, but the doc was renamed. :) Thanks, Namhyung > If in doubt, say N. > > -- > 1.9.3 >