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 /src/bootchart/bootchart.h | |
parent | e6c474723dc66cd4765fd09453d6b48bd5905ba4 (diff) |
bootchart: add control group option
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r-- | src/bootchart/bootchart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h index 968c38da26..2c3783580d 100644 --- a/src/bootchart/bootchart.h +++ b/src/bootchart/bootchart.h @@ -77,6 +77,7 @@ struct ps_struct { char name[256]; int pid; int ppid; + char *cgroup; /* cache fd's */ int sched; @@ -114,6 +115,7 @@ extern int pscount; extern bool arg_relative; extern bool arg_filter; extern bool arg_show_cmdline; +extern bool arg_show_cgroup; extern bool arg_pss; extern bool arg_entropy; extern bool initcall; |