[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1517860589-19387-1-git-send-email-qpakzk@gmail.com>
Date: Tue, 6 Feb 2018 04:56:28 +0900
From: Sangwon Hong <qpakzk@...il.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: linux-kernel@...r.kernel.org, Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Taeung Song <treeze.taeung@...il.com>,
Sangwon Hong <qpakzk@...il.com>
Subject: [PATCH 1/2] perf trace: Detail usages on the man page
There're no descriptions about how to use perf trace with options and commands on the man page, so detail usages
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Taeung Song <treeze.taeung@...il.com>
Signed-off-by: Sangwon Hong <qpakzk@...il.com>
---
tools/perf/Documentation/perf-trace.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt
index 33a88e9..2608d16 100644
--- a/tools/perf/Documentation/perf-trace.txt
+++ b/tools/perf/Documentation/perf-trace.txt
@@ -8,8 +8,10 @@ perf-trace - strace inspired tool
SYNOPSIS
--------
[verse]
-'perf trace'
-'perf trace record'
+'perf trace' [<options>] [<command>]
+'perf trace' [<options>] -- <command> [<options>]
+'perf trace record' [<options>] [<command>]
+'perf trace record' [<options>] -- <command> [<options>]
DESCRIPTION
-----------
--
2.7.4
Powered by blists - more mailing lists