From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934176AbcHaMmy (ORCPT ); Wed, 31 Aug 2016 08:42:54 -0400 Received: from smtprelay0006.hostedemail.com ([216.40.44.6]:59402 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934057AbcHaMmv (ORCPT ); Wed, 31 Aug 2016 08:42:51 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2904:3138:3139:3140:3141:3142:3352:3622:3865:3867:3870:3871:3872:4605:5007:6261:7875:7903:10004:10400:10848:10967:11026:11232:11233:11473:11658:11914:12740:13069:13138:13161:13229:13231:13311:13357:13439:14096:14097:14180:14181:14659:14721:21060:21080:21088:21433:30054:30060:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: ocean44_3590fedba6600 X-Filterd-Recvd-Size: 2184 Date: Wed, 31 Aug 2016 08:42:46 -0400 From: Steven Rostedt To: Binoy Jayan Cc: Ingo Molnar , Daniel Wagner , Arnd Bergmann , Linux kernel mailing list , Masami Subject: Re: [PATCH v4 3/3] tracing: Histogram for missed timer offsets Message-ID: <20160831084246.52d0b47e@gandalf.local.home> In-Reply-To: References: <1472552924-22297-1-git-send-email-binoy.jayan@linaro.org> <1472552924-22297-4-git-send-email-binoy.jayan@linaro.org> <20160830101527.3acd6ad6@gandalf.local.home> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Aug 2016 17:04:54 +0530 Binoy Jayan wrote: > On 30 August 2016 at 19:45, Steven Rostedt wrote: > > On Tue, 30 Aug 2016 15:58:44 +0530 > > Binoy Jayan wrote: > > > >> + > >> + TP_STRUCT__entry( > >> + __field(long long, toffset) > >> + __array(char, ccomm, TASK_COMM_LEN) > > > > Can curr be different than current? If not, lets not record it. > > > > -- Steve > > > > Hi Steve, > > If my understanding is right, I think both are not the same. The > predefined field relates to the current > process which was interrupted by the hrtimer. This I guess does not > have a meaning in this context. > Mostly it is the idle process which is interrupted by the hrtimer. But > the ccomm field refers to the task > woken up by the process. The latencies are measured for this task. So > I it is needed. > Then what is tcomm? -- Steve