Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752671Ab3GPGm7 (ORCPT ); Tue, 16 Jul 2013 02:42:59 -0400 Received: from mga09.intel.com ([134.134.136.24]:29521 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117Ab3GPGm4 (ORCPT ); Tue, 16 Jul 2013 02:42:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,675,1367996400"; d="scan'208";a="370955386" Message-ID: <51E4ECFB.6000104@intel.com> Date: Tue, 16 Jul 2013 09:49:31 +0300 From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Peter Zijlstra CC: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Jiri Olsa , Mike Galbraith , Namhyung Kim , Paul Mackerras , Stephane Eranian , Ingo Molnar Subject: Re: [PATCH V5 09/12] perf: make events stream always parsable References: <1373548341-24119-1-git-send-email-adrian.hunter@intel.com> <1373548341-24119-10-git-send-email-adrian.hunter@intel.com> <20130712095600.GT25631@dyad.programming.kicks-ass.net> <51DFFCE1.1070203@intel.com> <20130712145515.GI17211@twins.programming.kicks-ass.net> <51E3932C.5000905@intel.com> In-Reply-To: <51E3932C.5000905@intel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1531 Lines: 36 On 15/07/13 09:14, Adrian Hunter wrote: > On 12/07/13 17:55, Peter Zijlstra wrote: >> On Fri, Jul 12, 2013 at 03:56:01PM +0300, Adrian Hunter wrote: >>>> There's events where this isn't a possible location; take PERF_RECORD_MMAP for >>>> instance; the tail is the complete filename. >>> >>> PERF_RECORD_MMAP falls in the category I have called non-sample events. >>> Those events are appended with an ID sample. perf tools parses the ID >>> sample backwards from header.size. So the ID is at the last position >>> relative to header.size >> >> But why? Why make it different per PERF_RECORD type? > > There have always been two formats: > > 1. PERF_RECORD_SAMPLE as defined by perf_output_sample() > > 2. everything else as defined by __perf_event__output_id_sample() > > The two formats are not the same, and there is no reason for them to be. > > PERF_RECORD_SAMPLE is parsed forwards, so the ID is at the first position. > > ID samples are parsed backwards, so the ID is at the last position (i.e. the > first position parsed). If you want the ID at the first position in the ID sample, it is do-able. It means perf tools will have to be changed to calculate the variable start position of the ID sample, and then parse the ID sample forwards from there. Please advise. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/