From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932353AbZLOObZ (ORCPT ); Tue, 15 Dec 2009 09:31:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760392AbZLOObX (ORCPT ); Tue, 15 Dec 2009 09:31:23 -0500 Received: from hera.kernel.org ([140.211.167.34]:48314 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760314AbZLOObU (ORCPT ); Tue, 15 Dec 2009 09:31:20 -0500 Date: Tue, 15 Dec 2009 14:30:33 GMT From: tip-bot for Ingo Molnar Cc: linux-kernel@vger.kernel.org, paulus@samba.org, acme@redhat.com, hpa@zytor.com, mingo@redhat.com, a.p.zijlstra@chello.nl, efault@gmx.de, fweisbec@gmail.com, tglx@linutronix.de, mingo@elte.hu Reply-To: mingo@redhat.com, hpa@zytor.com, acme@redhat.com, paulus@samba.org, linux-kernel@vger.kernel.org, fweisbec@gmail.com, a.p.zijlstra@chello.nl, efault@gmx.de, tglx@linutronix.de, mingo@elte.hu In-Reply-To: References: To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/diff] perf diff: Improve the help text Message-ID: Git-Commit-ID: d30531c67210f4c73d0f9661998ceeebb0a230ee X-Mailer: tip-git-log-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: d30531c67210f4c73d0f9661998ceeebb0a230ee Gitweb: http://git.kernel.org/tip/d30531c67210f4c73d0f9661998ceeebb0a230ee Author: Ingo Molnar AuthorDate: Tue, 15 Dec 2009 10:24:08 +0100 Committer: Ingo Molnar CommitDate: Tue, 15 Dec 2009 15:26:18 +0100 perf diff: Improve the help text Fix the short line displayed by 'perf' and also fix some other details in the longer text. Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Frederic Weisbecker LKML-Reference: Signed-off-by: Ingo Molnar --- tools/perf/Documentation/perf-diff.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/perf/Documentation/perf-diff.txt b/tools/perf/Documentation/perf-diff.txt index bd1ee55..b7c393b 100644 --- a/tools/perf/Documentation/perf-diff.txt +++ b/tools/perf/Documentation/perf-diff.txt @@ -3,7 +3,7 @@ perf-diff(1) NAME ---- -perf-diff - Read perf.data (created by perf record) and display the profile +perf-diff - Read two perf.data files and display the differential profile SYNOPSIS -------- @@ -12,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- -This command displays the performance difference among two perf.data files +This command displays the performance difference amongst two perf.data files captured via perf record. If no parameters are passed it will assume perf.data.old and perf.data. @@ -21,10 +21,10 @@ OPTIONS ------- -p:: --percentage:: - Show percentages instead of raw counters + Show percentages instead of raw counts -v:: --verbose:: - Be verbose, for instance, show the raw counters in addition to the + Be verbose, for instance, show the raw counts in addition to the diff. SEE ALSO --------