]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/linux_gsg/eal_args.include.rst
trace: add trace configuration parameter
[dpdk.git] / doc / guides / linux_gsg / eal_args.include.rst
index ed8b0e35b09e5520d2e34ec477dd490d014450d8..d9e6a1d958697dabf3320d6ca6453043f704c341 100644 (file)
@@ -136,6 +136,22 @@ Debugging options
 
     Can be specified multiple times.
 
+*   ``--trace=<regex-match>``
+
+    Enable trace based on regular expression trace name. By default, the trace is
+    disabled. User must specify this option to enable trace.
+    For example:
+
+    Global trace configuration for EAL only::
+
+        --trace=eal
+
+    Global trace configuration for ALL the components::
+
+        --trace=.*
+
+    Can be specified multiple times up to 32 times.
+
 Other options
 ~~~~~~~~~~~~~