gs-common: dumpstate: Add RT Runnable stats into bugreport
Bug: 275806676 Test: adb bugreport Change-Id: I3af3ab622bd926483c17a426fb012e14d47ce579 Signed-off-by: Ziyi Cui <ziyic@google.com>
This commit is contained in:
parent
82b21f3214
commit
1720877693
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ int main() {
|
|||
setbuf(stdout, NULL);
|
||||
dumpFileContent("Long running IRQ metrics", "/sys/kernel/metrics/irq/long_irq_metrics");
|
||||
dumpFileContent("Storm IRQ metrics", "/sys/kernel/metrics/irq/storm_irq_metrics");
|
||||
dumpFileContent("Long RT Runnable metrics", "/sys/kernel/metrics/runnable/stats");
|
||||
dumpFileContent("Resume latency metrics", "/sys/kernel/metrics/resume_latency/resume_latency_metrics");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue