Allow per-share profile counters by setting a configure option
'smbd profiling share = yes' on each share which wants this option
enabled. Requires global profiling to be enabled.
Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
--- /dev/null
+<samba:parameter name="smbd profiling share"
+ context="S"
+ type="boolean"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This parameter allows the administrator to enable per-share
+ profiling support. When enabled, profile counters may be collected
+ with per-share granularity a specific shares. Takes affect only
+ when global option
+ <smbconfoption name="smbd profiling level"/> is enabled.
+ </para>
+</description>
+<value type="default">no</value>
+</samba:parameter>