提交 9b9d28a0 编写于 作者: S Sihyeon Jang 提交者: Arnaldo Carvalho de Melo

perf trace: Document missing option, colons

Add missing --force option to the man page.
Signed-off-by: NSihyeon Jang <uneedsihyeon@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1510842367-11011-2-git-send-email-uneedsihyeon@gmail.comSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 52186b8a
...@@ -86,18 +86,18 @@ comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0- ...@@ -86,18 +86,18 @@ comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-
In per-thread mode with inheritance mode on (default), Events are captured only when In per-thread mode with inheritance mode on (default), Events are captured only when
the thread executes on the designated CPUs. Default is to monitor all CPUs. the thread executes on the designated CPUs. Default is to monitor all CPUs.
--duration: --duration::
Show only events that had a duration greater than N.M ms. Show only events that had a duration greater than N.M ms.
--sched: --sched::
Accrue thread runtime and provide a summary at the end of the session. Accrue thread runtime and provide a summary at the end of the session.
-i -i::
--input --input::
Process events from a given perf data file. Process events from a given perf data file.
-T -T::
--time --time::
Print full timestamp rather time relative to first sample. Print full timestamp rather time relative to first sample.
--comm:: --comm::
...@@ -117,6 +117,10 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs. ...@@ -117,6 +117,10 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs.
Show tool stats such as number of times fd->pathname was discovered thru Show tool stats such as number of times fd->pathname was discovered thru
hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc. hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc.
-f::
--force::
Don't complain, do it.
-F=[all|min|maj]:: -F=[all|min|maj]::
--pf=[all|min|maj]:: --pf=[all|min|maj]::
Trace pagefaults. Optionally, you can specify whether you want minor, Trace pagefaults. Optionally, you can specify whether you want minor,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册