From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org by pdx-caf-mail.web.codeaurora.org (Dovecot) with LMTP id lNF4C7SBGVvrCgAAmS7hNA ; Thu, 07 Jun 2018 19:05:33 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 5401A6074D; Thu, 7 Jun 2018 19:05:33 +0000 (UTC) Authentication-Results: smtp.codeaurora.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="OJDSB+R9" X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,T_DKIMWL_WL_HIGH autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by smtp.codeaurora.org (Postfix) with ESMTP id CC62C601D2; Thu, 7 Jun 2018 19:05:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org CC62C601D2 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932351AbeFGTFa (ORCPT + 25 others); Thu, 7 Jun 2018 15:05:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:39758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753573AbeFGTF2 (ORCPT ); Thu, 7 Jun 2018 15:05:28 -0400 Received: from jouet.infradead.org (unknown [190.15.121.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 347D620896; Thu, 7 Jun 2018 19:05:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1528398328; bh=iB71ZA9I7h5YZvooDBseXvZkhKNX+bDVwnm6Z/mn/+0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OJDSB+R9l/zuOXx+a9wNtCxBeheaL7m3AoZWAw+DLK/5ntDXy3Mwrfy/WGwiDuOiM 6FgRRD/845ZYCsW0YoVmud8544szdQYIRcF08LznejvnGL6I+zsX/i6lw0L/8CCVZN tVVdLKkNdO6RHG9LoIyBeIwPhudAiWbxyxxw7v+I= Received: by jouet.infradead.org (Postfix, from userid 1000) id 438821468B9; Thu, 7 Jun 2018 16:05:26 -0300 (-03) Date: Thu, 7 Jun 2018 16:05:26 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Peter Zijlstra , lkml , Ingo Molnar , Namhyung Kim , David Ahern , Alexander Shishkin , Stephane Eranian , Milian Wolff , Andi Kleen , Frederic Weisbecker Subject: Re: [PATCH 07/10] perf stat: Add event parsing error handling to add_default_attributes Message-ID: <20180607190526.GF17292@kernel.org> References: <20180606221513.11302-1-jolsa@kernel.org> <20180606221513.11302-8-jolsa@kernel.org> <20180607190455.GE17292@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180607190455.GE17292@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Jun 07, 2018 at 04:04:55PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Jun 07, 2018 at 12:15:10AM +0200, Jiri Olsa escreveu: > > Adding missing error handling for parse_events calls > > in add_default_attributes functions. The error handler > > displays error details, like for transactions (-T): > > Applied up to here, that are trivial, waiting a bit more discussion > about the really new stuff, Except 1/10, that I also left for later as there is ongoing discussion. - Arnaldo