Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754778AbbB0PX4 (ORCPT ); Fri, 27 Feb 2015 10:23:56 -0500 Received: from mail.kernel.org ([198.145.29.136]:45444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753483AbbB0PXy (ORCPT ); Fri, 27 Feb 2015 10:23:54 -0500 Date: Fri, 27 Feb 2015 12:23:50 -0300 From: Arnaldo Carvalho de Melo To: Yunlong Song Cc: a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, linux-kernel@vger.kernel.org, wangnan0@huawei.com Subject: Re: [PATCH v3 4/7] perf list: Extend raw-dump to certain kind of events Message-ID: <20150227152350.GJ13373@kernel.org> References: <1425032491-20224-1-git-send-email-yunlong.song@huawei.com> <1425032491-20224-5-git-send-email-yunlong.song@huawei.com> <20150227152046.GI13373@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150227152046.GI13373@kernel.org> X-Url: http://acmel.wordpress.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 Content-Length: 1496 Lines: 37 Em Fri, Feb 27, 2015 at 12:20:46PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Feb 27, 2015 at 06:21:28PM +0800, Yunlong Song escreveu: > > Extend 'perf list --raw-dump' to 'perf list --raw-dump [hw|sw|cache > > |tracepoint|pmu|event_glob]' in order to show the raw-dump of a > > certain kind of events rather than all of the events. > > > > Example: > > > > Before this patch: > > > > $ perf list --raw-dump hw > > branch-instructions branch-misses bus-cycles cache-misses > > cache-references cpu-cycles instructions stalled-cycles-backend > > stalled-cycles-frontend > > alignment-faults context-switches cpu-clock cpu-migrations > > emulation-faults major-faults minor-faults page-faults task-clock > > ... > > ... > > writeback:writeback_thread_start writeback:writeback_thread_stop > > writeback:writeback_wait_iff_congested > > writeback:writeback_wake_background writeback:writeback_wake_thread > > > > As shown above, all of the events are printed. > > This patch doesn't apply, please check later in my perf/core branch to > resolve this issue, ok? I am processing the other patches in this > series. My bad, the patches came out of order and I forgot to use threaded view in mutt, nevermind, applying... - Arnaldo -- 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/