X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbootchart%2Fbootchart.h;h=6e83a99a2b555f0f77ae8c32427abd84a16561ed;hb=f91781329c6d8a760e3c1b88b66b0e2137c2e5ab;hp=d0273421de2b47c8faf040a2264c27a22c1716e6;hpb=184d2ed770ccddbb9b6f6a452fdff42c16cb709f;p=elogind.git diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h index d0273421d..6e83a99a2 100644 --- a/src/bootchart/bootchart.h +++ b/src/bootchart/bootchart.h @@ -5,7 +5,7 @@ /*** This file is part of systemd. - Copyright (C) 2009-2013 Intel Coproration + Copyright (C) 2009-2013 Intel Corporation Authors: Auke Kok @@ -24,7 +24,6 @@ along with systemd; If not, see . ***/ -#include #include #include "list.h" @@ -77,6 +76,7 @@ struct ps_struct { char name[256]; int pid; int ppid; + char *cgroup; /* cache fd's */ int sched; @@ -114,8 +114,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; @@ -130,4 +132,3 @@ extern char arg_output_path[PATH_MAX]; extern char arg_init_path[PATH_MAX]; extern FILE *of; -extern int sysfd;