View Single Post
Posts: 66 | Thanked: 17 times | Joined on Nov 2009
#28
Here is my Powertop output after fresh start as explained before

Code:
Powertop 1.13.3
Sleeping for 11 seconds before sampling
Collecting data for 30 seconds
Sample interval was 00m 30s 32684us

C#      | Ratio  | Avg/dura | Frequency | Ratio
--------+--------+----------+-----------+--------+
     C0 |   0.7% |          |   600 MHz |   3.1% |
     C1 |   0.0% |    0.3ms |   550 MHz |   0.0% |
     C2 |   2.4% |    4.4ms |   500 MHz |   4.3% |
     C3 |   4.4% |   89.0ms |   250 MHz |  92.7% |
     C4 |  92.5% | 1389.0ms | 

IRQ#    | Activity   | Type           | Name
--------+------------+----------------+---------------------------
     56 |        365 |           INTC | i2c_omap
     57 |        260 |           INTC | i2c_omap
     11 |        142 |           INTC | prcm
     86 |         89 |           INTC | mmc1
     37 |         56 |           INTC | gp
     12 |         19 |           INTC | DMA
     61 |          5 |           INTC | i2c_omap

PID#    | Activity   | Name           | Function Entry (Expire)
--------+------------+----------------+---------------------------
      0 |         23 |  <kernel core> | tick_nohz_restart_sched_tick (tick_sched_timer)
     37 |         16D|            awk | cpufreq_governor_dbs (delayed_work_timer_fn)
    704 |         10 |      bme_RX-51 | sys_timer_settime (posix_timer_fn)
      0 |          9 |  <kernel core> | hrtimer_start (tick_sched_timer)
    704 |          6 |      bme_RX-51 | sys_timer_settime (posix_timer_fn)
    704 |          6 |      bme_RX-51 | schedule_timeout (process_timeout)
    615 |          4 |          mmcqd | queue_delayed_work (delayed_work_timer_fn)
      1 |          3D|  <kernel core> | queue_delayed_work (delayed_work_timer_fn)
    771 |          2 |            mce | queue_delayed_work (delayed_work_timer_fn)
    704 |          2 |      bme_RX-51 | do_nanosleep (hrtimer_wakeup)
    675 |          2 |           dsme | do_nanosleep (hrtimer_wakeup)
    675 |          2 |           dsme | __enqueue_rt_entity (sched_rt_period_timer)
    818 |          1 |     pulseaudio | queue_delayed_work (delayed_work_timer_fn)
    748 |          1 |     pulseaudio | schedule_hrtimeout_range (hrtimer_wakeup)
     29 |          1 |          mount | setup_wb_timer (wb_timer_fn)
     14 |          1 |        pdflush | journal_get_write_access (commit_timeout)
    884 |          1 | hald-addon-bme | schedule_hrtimeout_range (hrtimer_wakeup)
   1098 |          1 |          iphbd | schedule_hrtimeout_range (hrtimer_wakeup)
   1602 |          1 |       powertop | do_nanosleep (hrtimer_wakeup)

Power domain activity breakdown
Domain  | % of time spent in states
--------+---------+---------+---------+---------+----------
usbhost |OFF: 100%|RET:   0%|INA:   0%| ON:   0%| now:(OFF)
    sgx |OFF: 100%|RET:   0%|INA:   0%| ON:   0%| now:(OFF)
    per |OFF:  94%|RET:   4%|INA:   0%| ON:   0%| now:(ON)
    dss |OFF: 100%|RET:   0%|INA:   0%| ON:   0%| now:(OFF)
    cam |OFF: 100%|RET:   0%|INA:   0%| ON:   0%| now:(OFF)
   core |OFF:  91%|RET:   3%|INA:   0%| ON:   5%| now:(ON)
   neon |OFF:  92%|RET:   4%|INA:   2%| ON:   0%| now:(ON)
    mpu |OFF:  92%|RET:   4%|INA:   2%| ON:   0%| now:(ON)
   iva2 |OFF: 100%|RET:   0%|INA:   0%| ON:   0%| now:(OFF)

Clock activity breakdown at end of period
Domain  | Active clocks
--------+---------------+---------------+------------------
   core |          SDRC | HSOTGUSB_IDLE |      OMAPCTRL 
        |     MAILBOXES |
   wkup |          GPT1 |       32KSYNC |         GPIO1 
        |          WDT1 |
  ckgen |          CORE |          PERI |           96M 
        |           48M |           12M |           54M 
        |      EMU_CORE |
    per |         GPIO2 |         GPIO3 |         GPIO4 
        |         GPIO5 |         GPIO6 |

Total wakeups  1028,  34.3/s | IRQ  936,  31.2/s | Timers   92,   3.1/s
HW wakeups      142,   4.7/s |     Real gp_timers expired   56,   1.9/s
Is here anything I should care about?

Thanks