trace: implement memory allocation
[dpdk.git] / lib / librte_eal / include / rte_trace_point.h
index 89f384d..fc3d9c4 100644 (file)
@@ -227,6 +227,15 @@ __rte_trace_point_fp_is_enabled(void)
 #endif
 }
 
+/**
+ * @internal
+ *
+ * Allocate trace memory buffer per thread.
+ *
+ */
+__rte_experimental
+void __rte_trace_mem_per_thread_alloc(void);
+
 /**
  * @internal
  *