summaryrefslogtreecommitdiff
path: root/src/bootchart/bootchart.h
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2015-02-13 14:59:39 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-02-14 10:25:03 -0500
commit749806b389f53f7dd43a2cae1589e63dddf51990 (patch)
treedb0bb484844508401c03eeb23d2c1959a0c3812c /src/bootchart/bootchart.h
parent0737984f6910fdffdf6494f20c1c64a027806273 (diff)
bootchart: display each CPU utilization/wait
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r--src/bootchart/bootchart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h
index 2c3783580d..26de0dd9f8 100644
--- a/src/bootchart/bootchart.h
+++ b/src/bootchart/bootchart.h
@@ -118,6 +118,7 @@ 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;