commit | ecd589d8f5661dd3a9545079a29b678cd9e3ecf3 | [log] [tgz] |
---|---|---|
author | Todd Kjos <tkjos@android.com> | Wed Dec 05 15:19:26 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Dec 06 15:44:14 2018 +0100 |
tree | 0b8d4164a701bf51df7ed261ad47496a7cbb0a5f | |
parent | 7a2670a5bc917e4e7c9be5274efc004f9bd1216a [diff] |
binder: filter out nodes when showing binder procs When dumping out binder transactions via a debug node, the output is too verbose if a process has many nodes. Change the output for transaction dumps to only display nodes with pending async transactions. Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>