]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf script python: Remove dups in documentation examples
authorSeongJae Park <sj38.park@gmail.com>
Tue, 30 May 2017 11:18:25 +0000 (20:18 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 7 Jun 2017 23:36:12 +0000 (20:36 -0300)
commit14fc42fa1b3e7ea5160c84d0e686a3a0c1ffe619
tree04f77472c007d85645551ff62c3119a4dbcbc38b
parent1bf8d5a4a5da19b1f6e7958fe67db4118fa7a1c1
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 <sj38.park@gmail.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tom Zanussi <tzanussi@gmail.com>
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 <acme@redhat.com>
tools/perf/Documentation/perf-script-python.txt