From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754337Ab3LJPtO (ORCPT ); Tue, 10 Dec 2013 10:49:14 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:56147 "EHLO mail-ee0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752436Ab3LJPtM (ORCPT ); Tue, 10 Dec 2013 10:49:12 -0500 Date: Tue, 10 Dec 2013 16:49:07 +0100 From: Ingo Molnar To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Andi Kleen , Ben Cheng , David Ahern , Dongsheng Yang , Frederic Weisbecker , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Steven Rostedt , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/21] perf/core improvements and fixes Message-ID: <20131210154907.GA1995@gmail.com> References: <1386617830-18926-1-git-send-email-acme@infradead.org> <20131210110759.GA26659@gmail.com> <20131210154733.GF8108@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131210154733.GF8108@krava.brq.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jiri Olsa wrote: > On Tue, Dec 10, 2013 at 12:07:59PM +0100, Ingo Molnar wrote: > > > > SNIP > > > > > Pulled, thanks Arnaldo! > > > > There's one detail I noticed about the recent trace-plugin changes: > > > > comet:~/tip/tools/perf> make install > > BUILD: Doing 'make -j12' parallel build > > SUBDIR Documentation > > INSTALL Documentation-man > > INSTALL GTK UI > > SUBDIR /home/mingo/tip/tools/lib/traceevent/ > > INSTALL binaries > > INSTALL plugin_jbd2.so > > INSTALL plugin_hrtimer.so > > INSTALL plugin_kmem.so > > INSTALL plugin_kvm.so > > INSTALL plugin_mac80211.so > > INSTALL plugin_sched_switch.so > > INSTALL plugin_function.so > > INSTALL plugin_xen.so > > INSTALL plugin_scsi.so > > INSTALL plugin_cfg80211.so > > INSTALL libexec > > INSTALL perf-archive > > INSTALL perl-scripts > > INSTALL python-scripts > > INSTALL perf_completion-script > > INSTALL tests > > > > those plugin installs are way too verbose, they should really be in a > > single summarized line, only saying something like: > > > > INSTALL plugins > > > > Just like we already sum up 'binaries', 'libexec', 'tests', etc. > > ok, TODO updated ;-) Consider it a regression! ;-) Thanks, Ingo