diff options
Diffstat (limited to 'tools/perf/builtin-timechart.c')
-rw-r--r-- | tools/perf/builtin-timechart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index 369c1b490a9e..96f4a092df37 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c | |||
@@ -42,7 +42,7 @@ static u64 turbo_frequency; | |||
42 | 42 | ||
43 | static u64 first_time, last_time; | 43 | static u64 first_time, last_time; |
44 | 44 | ||
45 | static int power_only; | 45 | static bool power_only; |
46 | 46 | ||
47 | 47 | ||
48 | struct per_pid; | 48 | struct per_pid; |