aboutsummaryrefslogtreecommitdiff
path: root/src/report/report-formatter-html.cpp
diff options
context:
space:
mode:
authorRajagopal Venkat <rajagopal.venkat@linaro.org>2012-11-23 16:14:12 +0530
committerRajagopal Venkat <rajagopal.venkat@linaro.org>2012-12-07 20:02:43 +0530
commita322b28a9580b245c29c128a425c320d34c78821 (patch)
tree7299e819c76b8c2121cbd7b78c06975dfa87d99d /src/report/report-formatter-html.cpp
parentc138a3ddc2b2ed2c9dd2ebfd23be12e5aad9261e (diff)
Add support for devfreq device freq statslinaro-powertop-2013.08linaro-devlinaro-2012.12
Add new window to display devfreq device frequency statistics. Signed-off-by: Rajagopal Venkat <rajagopal.venkat@linaro.org>
Diffstat (limited to 'src/report/report-formatter-html.cpp')
-rw-r--r--src/report/report-formatter-html.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report/report-formatter-html.cpp b/src/report/report-formatter-html.cpp
index 5851575..34a79f3 100644
--- a/src/report/report-formatter-html.cpp
+++ b/src/report/report-formatter-html.cpp
@@ -68,6 +68,7 @@ report_formatter_html::init_markup()
set_section(SECTION_DEVPOWER, "device");
set_section(SECTION_SOFTWARE, "software");
set_section(SECTION_SUMMARY, "summary");
+ set_section(SECTION_DEVFREQ, "devfreq");
set_section(SECTION_TUNING, "tuning");
/* ttype width */