From 749806b389f53f7dd43a2cae1589e63dddf51990 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Fri, 13 Feb 2015 14:59:39 +0900 Subject: bootchart: display each CPU utilization/wait --- src/bootchart/bootchart.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bootchart/bootchart.h') 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; -- cgit v1.2.3-54-g00ecf