Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755084Ab3FGJCL (ORCPT ); Fri, 7 Jun 2013 05:02:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9641 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753691Ab3FGJCD (ORCPT ); Fri, 7 Jun 2013 05:02:03 -0400 Date: Fri, 7 Jun 2013 11:01:38 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Namhyung Kim , LKML , Steven Rostedt , Frederic Weisbecker , David Ahern Subject: Re: [PATCH 11/16] perf util: Parse header_page to get proper long size Message-ID: <20130607090138.GA1071@krava.brq.redhat.com> References: <1370323231-14022-1-git-send-email-namhyung@kernel.org> <1370323231-14022-12-git-send-email-namhyung@kernel.org> <20130606153737.GA1011@krava.brq.redhat.com> <87mwr22tav.fsf@sejong.aot.lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mwr22tav.fsf@sejong.aot.lge.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1049 Lines: 26 On Fri, Jun 07, 2013 at 05:56:08PM +0900, Namhyung Kim wrote: > Hi Jiri, > > On Thu, 6 Jun 2013 17:37:37 +0200, Jiri Olsa wrote: > > On Tue, Jun 04, 2013 at 02:20:26PM +0900, Namhyung Kim wrote: > >> From: Namhyung Kim > >> > >> The header_page file describes the format of the ring buffer page > >> which is used by ftrace (not perf). And size of "commit" field (I > >> guess it's older name was 'size') represents the real size of long > >> type used for kernel. So update the pevent's long size. > >> > > any reason why not merge this one with > > 83ae6eb perf util: Skip reading header_event file > > Just try to keep it doing one thing in a patch. But if you think it'd > better merging it, I'll do it. :) nope, just curious if I missed something ;-) it's ok jirka -- 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/