aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-10-09 21:48:08 -0700
committerArjan van de Ven <arjan@linux.intel.com>2010-10-09 21:48:08 -0700
commit74688919596ffc5bbae97d05e997b80f5ca0aa4c (patch)
tree94e72e401bee5994c470416452ba4ce12ed17498 /TODO
parent4a70b11e56d8f2a88bbf4ee8a0e38797830c9949 (diff)
downloadpowertop-74688919596ffc5bbae97d05e997b80f5ca0aa4c.tar.gz
don't divide by 0
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODO b/TODO
index 6073c17..069e6b7 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,4 @@
-* network interfaces -- packet counters as events
- from /proc/net/dev
-
-* debug why wakeups sometimes go to all 0's
- -looks like I fixed it, keep an eye on it
-* audio calibration? Need appropriate sample
+* have a "show me my process" page
* fix memory leaks
* find out why CPU %age and C state C0 %age don't mesh sometimes
* add device runtime PM stats for pci, spi and i2c
@@ -16,6 +11,11 @@
* deal with tasklets -- needs kernel patch
* check various tunables (see powertop 1.x) into a tunable checklist
+* debug why wakeups sometimes go to all 0's
+ -looks like I fixed it, keep an eye on it
+* audio calibration? Need appropriate sample
+
+
done
----
* on NHM, cpu P state stats accumulate and don't reset at measurment time
@@ -38,3 +38,5 @@ done
* between 500 - 1000 measurements, start replacing (at random) existing ones
with a hard cap at 1000
* network interfaces as device
+* network interfaces -- packet counters as events
+ from /proc/net/dev