Documentation: android: binderfs: add 'stats' mount option
[sfrench/cifs-2.6.git] / Documentation / admin-guide / binderfs.rst
index c009671f8434918c2867e258e5192464fbf0486c..8243af9b3510e8c428f36c2879bc9bcb7e645e12 100644 (file)
@@ -33,6 +33,12 @@ max
   a per-instance limit. If ``max=<count>`` is set then only ``<count>`` number
   of binder devices can be allocated in this binderfs instance.
 
+stats
+  Using ``stats=global`` enables global binder statistics.
+  ``stats=global`` is only available for a binderfs instance mounted in the
+  initial user namespace. An attempt to use the option to mount a binderfs
+  instance in another user namespace will return a permission error.
+
 Allocating binder Devices
 -------------------------