diff options
author | WaLyong Cho <walyong.cho@samsung.com> | 2014-04-25 00:50:51 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-04-24 19:21:51 -0400 |
commit | 49e5b2a93339869703d581a06f8d903f8371ab60 (patch) | |
tree | bb5322e6f0d6f664389c716b71a03afaa5fa00c0 /man | |
parent | e6c474723dc66cd4765fd09453d6b48bd5905ba4 (diff) |
bootchart: add control group option
Diffstat (limited to 'man')
-rw-r--r-- | man/bootchart.conf.xml | 5 | ||||
-rw-r--r-- | man/systemd-bootchart.xml | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index 68d10d4415..68834c73b7 100644 --- a/man/bootchart.conf.xml +++ b/man/bootchart.conf.xml @@ -145,6 +145,11 @@ graph components.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>ControlGroup=no</varname></term> + <listitem><para>Display process control group.</para></listitem> + </varlistentry> + </variablelist> </refsect1> diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 1715d5dcf1..d83d032553 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -198,6 +198,13 @@ </varlistentry> <varlistentry> + <term><option>-g</option></term> + <term><option>--control-group</option></term> + <listitem><para>Display process control group + </para></listitem> + </varlistentry> + + <varlistentry> <term><option>-o</option></term> <term><option>--output <replaceable>path</replaceable></option></term> <listitem><para>Specify the output directory for the |