Dump stats from all AoC cores in dump_umfw_stat
Bug: 289078336 Test: Verified AOC UmfwStat statistics in bugreport. Test: Verified AOC UmfwStat statistics in bugreport with tip of tree master EFW build. Change-Id: I06feabda21ba3fc34e04885134904dad50c2f6c1
This commit is contained in:
parent
61cb29f373
commit
3c29c9163e
1 changed files with 8 additions and 1 deletions
|
@ -26,7 +26,14 @@ int main() {
|
||||||
|
|
||||||
// Dump AoC statistics.
|
// Dump AoC statistics.
|
||||||
// TODO(b/272300997): Add timeouts for requests.
|
// TODO(b/272300997): Add timeouts for requests.
|
||||||
runCommand("AoC statistics", "timeout 5 /vendor/bin/umfw_stat_tool get_all");
|
runCommand("AoC A32 statistics",
|
||||||
|
"timeout 5 /vendor/bin/umfw_stat_tool -s aoc:1 get_all");
|
||||||
|
runCommand("AoC FF1 statistics",
|
||||||
|
"timeout 5 /vendor/bin/umfw_stat_tool -s aoc:2 get_all");
|
||||||
|
runCommand("AoC HF0 statistics",
|
||||||
|
"timeout 5 /vendor/bin/umfw_stat_tool -s aoc:3 get_all");
|
||||||
|
runCommand("AoC HF1 statistics",
|
||||||
|
"timeout 5 /vendor/bin/umfw_stat_tool -s aoc:4 get_all");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue