chiark / gitweb /
sd-bus: make sure we always serialize the reply cookie as 64bit on dbus2, and 32bit...
[elogind.git] / src / bootchart / bootchart.h
index 968c38da26a9ad483eba7b5129186bfe871991a7..26de0dd9f8fd3ae8817d1c6d3244df00049eabef 100644 (file)
@@ -77,6 +77,7 @@ struct ps_struct {
         char name[256];
         int pid;
         int ppid;
+        char *cgroup;
 
         /* cache fd's */
         int sched;
@@ -114,8 +115,10 @@ 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 arg_percpu;
 extern bool initcall;
 extern int samples;
 extern int cpus;