Skip to content

Commit befacdc

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: android: binderfs: add 'stats' mount option
Add documentation of the binderfs 'stats' mount option. Description taken from the commit message. Signed-off-by: Randy Dunlap <[email protected]> Acked-by: Christian Brauner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 19905fe commit befacdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/admin-guide/binderfs.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ max
3333
a per-instance limit. If ``max=<count>`` is set then only ``<count>`` number
3434
of binder devices can be allocated in this binderfs instance.
3535

36+
stats
37+
Using ``stats=global`` enables global binder statistics.
38+
``stats=global`` is only available for a binderfs instance mounted in the
39+
initial user namespace. An attempt to use the option to mount a binderfs
40+
instance in another user namespace will return a permission error.
41+
3642
Allocating binder Devices
3743
-------------------------
3844

0 commit comments

Comments
 (0)