diff options
author | Yi Jin <jinyithu@google.com> | 2017-11-06 17:17:27 -0800 |
---|---|---|
committer | Yi Jin <jinyithu@google.com> | 2017-11-14 13:22:25 -0800 |
commit | 0eb223496c3dee6bd0a33ea4fa664fb92ef557cc (patch) | |
tree | bfaa7a6ae9751f1ff5acc34253b0cc5d7773d6c3 /cmds/incident_helper/testdata | |
parent | a379f499c8e27d2c18b7089feb18c7f0a44e0433 (diff) |
Implement Cpu Freq Section
When poll from sysfs, revents return POLLERR by default, handles
this edge case in this cl.
Bug: 68774444
Test: unit tested + on device tests
Change-Id: I23540299c026d3e7676497f56690e9f8646a47bd
Diffstat (limited to 'cmds/incident_helper/testdata')
-rw-r--r-- | cmds/incident_helper/testdata/cpufreq.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmds/incident_helper/testdata/cpufreq.txt b/cmds/incident_helper/testdata/cpufreq.txt new file mode 100644 index 000000000000..6472839e455e --- /dev/null +++ b/cmds/incident_helper/testdata/cpufreq.txt @@ -0,0 +1,6 @@ +freq cpu0 cpu1 cpu2 cpu3 +307200 23860761 23860761 23890935 23890935 +384000 83124 83124 29383 29383 +748800 N/A N/A 10547 10547 +768000 22652 22652 N/A N/A +825600 N/A N/A 13173 13173 |