From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753607AbdF2UOZ (ORCPT ); Thu, 29 Jun 2017 16:14:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:35838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbdF2UOX (ORCPT ); Thu, 29 Jun 2017 16:14:23 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E127222B6A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Thu, 29 Jun 2017 17:13:54 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Andi Kleen , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH V2 25/37] perf script: Add synthesized Intel PT power and ptwrite events Message-ID: <20170629201354.GB12064@kernel.org> References: <1495786658-18063-1-git-send-email-adrian.hunter@intel.com> <1495786658-18063-26-git-send-email-adrian.hunter@intel.com> <20170628130438.GB3342@kernel.org> <20170628185337.GC3342@kernel.org> <363DA0ED52042842948283D2FC38E4649BEC774E@IRSMSX106.ger.corp.intel.com> <20170628202621.GA12064@kernel.org> <4c095bcf-8877-dad6-e291-48e5d025b09c@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4c095bcf-8877-dad6-e291-48e5d025b09c@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Jun 29, 2017 at 10:56:25PM +0300, Adrian Hunter escreveu: > On 06/28/2017 11:26 PM, Arnaldo Carvalho de Melo wrote: > > Em Wed, Jun 28, 2017 at 08:21:37PM +0000, Hunter, Adrian escreveu: > >> Sorry for the top-post... > >> > >> Yeah, I've now mixed up the variable attribute: > >> > >> https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#Common-Variable-Attributes > >> > >> with the type attribute: > >> > >> https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#Common-Type-Attributes > >> > >> Late here, so maybe it will make more sense tomorrow. > > > > Right, and I've not been able to focus on this, but I think the problem > > is with packed mixed with unnamed unions :-\ > > Another possibility is to avoid packed altogether e.g. This one builds on centos:6, now running the full set of containers, will let you know the results. - Arnaldo