Re: [PATCH 2/4] binder: Add stats, state and transactions files

2019-08-28 Thread Hridya Valsaraju
On Wed, Aug 28, 2019 at 5:58 AM Christian Brauner wrote: > > On Tue, Aug 27, 2019 at 01:41:50PM -0700, Hridya Valsaraju wrote: > > The following binder stat files currently live in debugfs. > > > > /sys/kernel/debug/binder/state > > /sys/kernel/debug/binder/stats > > /sys/kernel/debug/binder/trans

Re: [PATCH 2/4] binder: Add stats, state and transactions files

2019-08-28 Thread Christian Brauner
On Tue, Aug 27, 2019 at 01:41:50PM -0700, Hridya Valsaraju wrote: > The following binder stat files currently live in debugfs. > > /sys/kernel/debug/binder/state > /sys/kernel/debug/binder/stats > /sys/kernel/debug/binder/transactions > > This patch makes these files available in a binderfs insta

[PATCH 2/4] binder: Add stats, state and transactions files

2019-08-27 Thread Hridya Valsaraju
The following binder stat files currently live in debugfs. /sys/kernel/debug/binder/state /sys/kernel/debug/binder/stats /sys/kernel/debug/binder/transactions This patch makes these files available in a binderfs instance mounted with the mount option 'stats=global'. For example, if a binderfs ins