trace: add trace directory configuration parameter
[dpdk.git] / lib / librte_eal / common / eal_options.h
index e4c8e25..04222e5 100644 (file)
@@ -33,6 +33,10 @@ enum {
        OPT_LCORES_NUM,
 #define OPT_LOG_LEVEL         "log-level"
        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"
@@ -69,10 +73,6 @@ enum {
        OPT_IOVA_MODE_NUM,
 #define OPT_MATCH_ALLOCATIONS  "match-allocations"
        OPT_MATCH_ALLOCATIONS_NUM,
-#ifdef RTE_LIBRTE_TELEMETRY
-       #define OPT_TELEMETRY          "telemetry"
-               OPT_TELEMETRY_NUM,
-#endif
        OPT_LONG_MAX_NUM
 };