OSDN Git Service

binder: filter out nodes when showing binder procs
authorTodd Kjos <tkjos@android.com>
Wed, 5 Dec 2018 23:19:26 +0000 (15:19 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Dec 2018 14:44:14 +0000 (15:44 +0100)
commitecd589d8f5661dd3a9545079a29b678cd9e3ecf3
tree0b8d4164a701bf51df7ed261ad47496a7cbb0a5f
parent7a2670a5bc917e4e7c9be5274efc004f9bd1216a
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>
drivers/android/binder.c