trace: add memory tracepoints
[dpdk.git] / lib / librte_eal / common / eal_private.h
index ddcfbe2..ecf8279 100644 (file)
@@ -57,7 +57,7 @@ struct rte_config {
         * DPDK instances
         */
        struct rte_mem_config *mem_config;
-} __attribute__((__packed__));
+} __rte_packed;
 
 /**
  * Get the global configuration structure.
@@ -443,4 +443,9 @@ rte_option_usage(void);
 uint64_t
 eal_get_baseaddr(void);
 
+void *
+eal_malloc_no_trace(const char *type, size_t size, unsigned int align);
+
+void eal_free_no_trace(void *addr);
+
 #endif /* _EAL_PRIVATE_H_ */