Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756714Ab3HZMMM (ORCPT ); Mon, 26 Aug 2013 08:12:12 -0400 Received: from merlin.infradead.org ([205.233.59.134]:35515 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751489Ab3HZMML (ORCPT ); Mon, 26 Aug 2013 08:12:11 -0400 Date: Mon, 26 Aug 2013 14:12:02 +0200 From: Peter Zijlstra To: eranian@gmail.com Cc: Vince Weaver , LKML , Ingo Molnar , Paul Mackerras , Arnaldo Carvalho de Melo Subject: Re: [patch, resend] perf: export struct perf_branch_entry to userspace Message-ID: <20130826121202.GM31370@twins.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 27 On Mon, Aug 26, 2013 at 11:31:11AM +0200, Stephane Eranian wrote: > On Fri, Aug 23, 2013 at 9:51 PM, Vince Weaver wrote: > > > > On Mon, 8 Jul 2013, Vince Weaver wrote: > > > > If PERF_SAMPLE_BRANCH_STACK is enabled then samples are returned > > with the format { u64 from, to, flags } but the flags layout > > is not specified. > > > > This field has the type struct perf_branch_entry; move this > > definition into include/uapi/linux/perf_event.h so users can > > access these fields. > > > > This is similar to the existing inclusion of perf_mem_data_src in > > the include/uapi/linux/perf_event.h file. > > > > Signed-off-by: Vince Weaver > > > This makes sense. > Acked-by: Stephane Eranian Thanks! -- 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/