commit | c6e750f0f7afe32757fd54e51f3a16f237c3ffd4 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Fri Aug 15 16:27:54 2014 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Fri Aug 15 18:14:43 2014 -0700 |
tree | 1af99c416c6f58711aebf20b2cba57d3f295a045 | |
parent | 3b0e6507d34d446a67406b63c9959b5a2b1a76b2 [diff] |
Fix thread names when absent or truncated. When a large number of threads are active, the kernel may start to report <...> as the name of a thread in the trace buffer which is rather unhelpful. This change uses information from 'ps -t' to fix thread names when they are absent or truncated. Use the '--no-fix-threads' option to disable this feature. Change-Id: I6566e557eeac33311ff5d4c6e95ff010cb83a0d6