From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752410AbbJXA5j (ORCPT ); Fri, 23 Oct 2015 20:57:39 -0400 Received: from casper.infradead.org ([85.118.1.10]:42495 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbbJXA5h (ORCPT ); Fri, 23 Oct 2015 20:57:37 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Borislav Petkov , Brendan Gregg , Chandler Carruth , David Ahern , Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Wang Nan , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/2] perf/core new features Date: Fri, 23 Oct 2015 21:57:20 -0300 Message-Id: <1445648242-3231-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 80fcd45ee05b4ef05e61d37a5ffb70a67095a9f6: Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2015-10-23 10:25:57 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo for you to fetch changes up to 161d9041782b86c5493481566539bfc058ceeaff: perf tools: Provide help for subset of options (2015-10-23 21:50:50 -0300) ---------------------------------------------------------------- perf/core improvements: New features: - Show ordered command line options when -h is used or when an unknown option is specified (Arnaldo Carvalho de Melo) - If options are passed after -h, show just its descriptions, not all options (Arnaldo Carvalho de Melo) Signed-off-by: Arnaldo Carvalho de Melo ---------------------------------------------------------------- Arnaldo Carvalho de Melo (2): perf tools: Show tool command line options ordered perf tools: Provide help for subset of options tools/perf/util/parse-options.c | 90 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 81 insertions(+), 9 deletions(-)