From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753334AbbDROAZ (ORCPT ); Sat, 18 Apr 2015 10:00:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49960 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbbDROAV (ORCPT ); Sat, 18 Apr 2015 10:00:21 -0400 Date: Sat, 18 Apr 2015 16:00:16 +0200 From: Jiri Olsa To: He Kuang Cc: bigeasy@linutronix.de, jolsa@kernel.org, acme@kernel.org, a.p.zijlstra@chello.nl, mingo@redhat.com, wangnan0@huawei.com, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 1/2] perf data: Show error message when conversion failed Message-ID: <20150418140016.GC7126@krava.brq.redhat.com> References: <20150408174510.GA20250@krava.redhat.com> <1428566160-17912-1-git-send-email-hekuang@huawei.com> <20150409094521.GA3341@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150409094521.GA3341@krava.brq.redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 09, 2015 at 11:45:21AM +0200, Jiri Olsa wrote: > On Thu, Apr 09, 2015 at 03:56:00PM +0800, He Kuang wrote: > > Show message when errors occurred during conversion setup and conversion > > process. > > > > Before this patch: > > $ ./perf data convert --to-ctf=ctf > > $ echo $? > > 255 > > > > After this patch: > > $ ./perf data convert --to-ctf=ctf > > Error during conversion setup. > > > > Signed-off-by: He Kuang > > Acked-by: Jiri Olsa I'll repost this one with my CTF changes queue, the 2/2 patch is not needed now as it got fixed in the libbabletrace jirka