idlestat tool can't be uesd in Arm Android and X86 ubuntu in the same time.
Bug #1219699 reported by
shaojie.sun
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Power Idlestat |
Fix Released
|
High
|
shaojie.sun |
Bug Description
In TC2 android board, ftrace format is next.
<idle>-0 [002] d... 96510.575528: cpu_idle: state=1 cpu_id=2
But in my X86 ubuntu desktop, ftrace format is next.
<idle>-0 [003] 96510.599500: cpu_idle: state=1 cpu_id=3
When using this format "%*[^]]] %*s %lf:%*[
And when using this format "%*[^]]] %lf:%*[
Changed in linaro-power-idlestat: | |
importance: | Undecided → High |
Changed in linaro-power-idlestat: | |
status: | New → Fix Released |
To post a comment you must log in.
That happens because the irq-info is set for TC2 and not for x86.
You should add this option on your x86 setup:
echo irq-info > trace_options
It would be worth in the future to set also the same trace options from idlestat on each running host.