eal/windows: add tracing stubs
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Mon, 15 Jun 2020 00:43:49 +0000 (03:43 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jun 2020 17:27:09 +0000 (19:27 +0200)
commit56906078792900a1071d45ce2541de3f114141e2
tree4bde9040d7bfcefb8893096a99dd4b938fae142a
parent262c4ee791c6f60fc4722b41fb601f113594b449
eal/windows: add tracing stubs

EAL common code depends on tracepoint calls, but generic implementation
cannot be enabled on Windows due to missing standard library facilities.
Add stub functions to support tracepoint compilation, so that common
code does not have to conditionally include tracepoints until proper
support is added.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
lib/librte_eal/common/eal_common_thread.c
lib/librte_eal/common/meson.build
lib/librte_eal/windows/eal.c