Currently, triage does not really aggregate data and just dumps stuff per device. If we have a lot of devices, say 32, the output from dump_callstacks would be huge as we'll have tons of callstasks. In theory, most of those will be the same so there needs to be some form of aggregation.
Additionally, we need to go though all of our scripts and verify which scripts also run into this issue. One candidate is check_binary_integrity which can output Device X: functional_workers [Y-Z (T,L)]: <babyriscname>: Data mismatch in section .text at address A hundreds of times for one device...