From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752137AbdFHWxi (ORCPT ); Thu, 8 Jun 2017 18:53:38 -0400 Received: from terminus.zytor.com ([65.50.211.136]:44569 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751550AbdFHWxf (ORCPT ); Thu, 8 Jun 2017 18:53:35 -0400 Date: Thu, 8 Jun 2017 15:49:00 -0700 From: tip-bot for SeongJae Park Message-ID: Cc: sj38.park@gmail.com, linux-kernel@vger.kernel.org, tzanussi@gmail.com, peterz@infradead.org, hpa@zytor.com, fweisbec@gmail.com, acme@redhat.com, tglx@linutronix.de, mingo@kernel.org, alexander.shishkin@linux.intel.com Reply-To: sj38.park@gmail.com, linux-kernel@vger.kernel.org, tzanussi@gmail.com, tglx@linutronix.de, mingo@kernel.org, alexander.shishkin@linux.intel.com, peterz@infradead.org, hpa@zytor.com, acme@redhat.com, fweisbec@gmail.com In-Reply-To: <20170530111827.21732-4-sj38.park@gmail.com> References: <20170530111827.21732-4-sj38.park@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] perf script python: Remove dups in documentation examples Git-Commit-ID: 14fc42fa1b3e7ea5160c84d0e686a3a0c1ffe619 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 14fc42fa1b3e7ea5160c84d0e686a3a0c1ffe619 Gitweb: http://git.kernel.org/tip/14fc42fa1b3e7ea5160c84d0e686a3a0c1ffe619 Author: SeongJae Park AuthorDate: Tue, 30 May 2017 20:18:25 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 7 Jun 2017 20:36:12 -0300 perf script python: Remove dups in documentation examples Few shell command examples in perf-script-python.txt has few nitpicks include: - tools/perf/scripts/python directory listing command is unnecessarily repeated. - few examples contain additional information in command prompt unnecessarily and inconsistently. This commit fixes them to enhance readability of the document. Signed-off-by: SeongJae Park Cc: Alexander Shishkin Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Tom Zanussi Fixes: cff68e582237 ("perf/scripts: Add perf-trace-python Documentation") Link: http://lkml.kernel.org/r/20170530111827.21732-4-sj38.park@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-script-python.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/perf/Documentation/perf-script-python.txt b/tools/perf/Documentation/perf-script-python.txt index 378783f..51ec2d2 100644 --- a/tools/perf/Documentation/perf-script-python.txt +++ b/tools/perf/Documentation/perf-script-python.txt @@ -332,7 +332,7 @@ right place, you can have your script listed alongside the other scripts listed by the 'perf script -l' command e.g.: ---- -root@tropicana:~# perf script -l +# perf script -l List of available trace scripts: wakeup-latency system-wide min/max/avg wakeup latency rw-by-file r/w activity for a program, by file @@ -381,8 +381,6 @@ source tree: ---- # ls -al kernel-source/tools/perf/scripts/python - -root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python total 32 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:30 . drwxr-xr-x 4 trz trz 4096 2010-01-26 22:29 .. @@ -397,7 +395,7 @@ otherwise your script won't show up at run-time), 'perf script -l' should show a new entry for your script: ---- -root@tropicana:~# perf script -l +# perf script -l List of available trace scripts: wakeup-latency system-wide min/max/avg wakeup latency rw-by-file r/w activity for a program, by file