numam-dpdk/doc/api
Jerin Jacob 27db82c709 trace: introduce new subsystem
Define the public API for trace support.
This patch also adds support for the build infrastructure and
update the MAINTAINERS file for the trace subsystem.

The 8 bytes tracepoint object is a global variable, and can be used in
fast path. Created a new __rte_trace_point section to store the
tracepoint objects as,
- It is a mostly read-only data and not to mix with other "write"
  global variables.
- Chances that the same subsystem fast path variables come in the same
  fast path cache line. i.e, it will enable a more predictable
  performance number from build to build.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Acked-by: David Marchand <david.marchand@redhat.com>
2020-04-23 15:39:06 +02:00
..
doxy-api-index.md trace: introduce new subsystem 2020-04-23 15:39:06 +02:00
doxy-api.conf.in eal: move common header files 2020-03-31 13:08:55 +02:00
doxy-html-custom.sh use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
generate_doxygen.sh doc: add dependency on header files for API doxygen 2020-02-15 17:53:27 +01:00
generate_examples.sh doc: add dependency on examples for API doxygen 2020-02-15 17:50:41 +01:00
meson.build doc: add dependency on header files for API doxygen 2020-02-15 17:53:27 +01:00