]> git.baikalelectronics.ru Git - kernel.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)
commitbfdee886f0749068ecf038908d7ca5892cc57ae8
tree04f77472c007d85645551ff62c3119a4dbcbc38b
parent94085ca46d50870d919741664a9d90c5e3fae5df
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: ec21f2300dfd ("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