numam-dpdk/lib/librte_mempool
Dmitry Kozlyuk 262c4ee791 trace: add size_t field emitter
It is not guaranteed that sizeof(long) == sizeof(size_t). On Windows,
sizeof(long) == 4 and sizeof(size_t) == 8 for 64-bit programs.
Tracepoints using "long" field emitter are therefore invalid there.
Add dedicated field emitter for size_t and use it to store size_t values
in all existing tracepoints.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2020-06-15 19:27:00 +02:00
..
Makefile mempool: add tracepoints 2020-04-23 15:40:11 +02:00
mempool_trace_points.c trace: simplify trace point headers 2020-05-06 13:50:32 +02:00
meson.build mempool: return 0 if area is too small on populate 2020-05-05 00:27:05 +02:00
rte_mempool_ops_default.c mempool: use specific macro for object alignment 2019-11-06 11:34:19 +01:00
rte_mempool_ops.c mempool: add tracepoints 2020-04-23 15:40:11 +02:00
rte_mempool_trace_fp.h mempool: add tracepoints 2020-04-23 15:40:11 +02:00
rte_mempool_trace.h trace: add size_t field emitter 2020-06-15 19:27:00 +02:00
rte_mempool_version.map mempool: return 0 if area is too small on populate 2020-05-05 00:27:05 +02:00
rte_mempool.c mempool: return 0 if area is too small on populate 2020-05-05 00:27:05 +02:00
rte_mempool.h mempool: return 0 if area is too small on populate 2020-05-05 00:27:05 +02:00