trace: add trace directory configuration parameter
[dpdk.git] / lib / librte_eal / common / eal_options.h
index 4700410..04222e5 100644 (file)
@@ -35,6 +35,8 @@ enum {
        OPT_LOG_LEVEL_NUM,
 #define OPT_TRACE             "trace"
        OPT_TRACE_NUM,
+#define OPT_TRACE_DIR         "trace-dir"
+       OPT_TRACE_DIR_NUM,
 #define OPT_MASTER_LCORE      "master-lcore"
        OPT_MASTER_LCORE_NUM,
 #define OPT_MBUF_POOL_OPS_NAME "mbuf-pool-ops-name"