summaryrefslogtreecommitdiff
path: root/src/bootchart/bootchart.h
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2014-04-25 00:50:51 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-04-24 19:21:51 -0400
commit49e5b2a93339869703d581a06f8d903f8371ab60 (patch)
treebb5322e6f0d6f664389c716b71a03afaa5fa00c0 /src/bootchart/bootchart.h
parente6c474723dc66cd4765fd09453d6b48bd5905ba4 (diff)
bootchart: add control group option
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r--src/bootchart/bootchart.h2
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;