Commit 6feb3fec authored by Sangwon Hong's avatar Sangwon Hong Committed by Arnaldo Carvalho de Melo

perf list: Add missing documentation for --desc and --debug options

Add missing documentation for --desc and --debug options to the 'perf
list' man page.
Signed-off-by: default avatarSangwon Hong <qpakzk@gmail.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/20180717110738.10779-1-qpakzk@gmail.com
[ Clarify that --desc is by default active ]
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 8a95c899
...@@ -18,6 +18,10 @@ various perf commands with the -e option. ...@@ -18,6 +18,10 @@ various perf commands with the -e option.
OPTIONS OPTIONS
------- -------
-d::
--desc::
Print extra event descriptions. (default)
--no-desc:: --no-desc::
Don't print descriptions. Don't print descriptions.
...@@ -25,11 +29,13 @@ Don't print descriptions. ...@@ -25,11 +29,13 @@ Don't print descriptions.
--long-desc:: --long-desc::
Print longer event descriptions. Print longer event descriptions.
--debug::
Enable debugging output.
--details:: --details::
Print how named events are resolved internally into perf events, and also Print how named events are resolved internally into perf events, and also
any extra expressions computed by perf stat. any extra expressions computed by perf stat.
[[EVENT_MODIFIERS]] [[EVENT_MODIFIERS]]
EVENT MODIFIERS EVENT MODIFIERS
--------------- ---------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment