31#ifndef DWTRACE_TRACE_FUNCTIONS_HPP_
32#define DWTRACE_TRACE_FUNCTIONS_HPP_
99 dw::core::Optional<uint64_t>
const nvtxPayload = dw::core::NULLOPT);
104 dw::core::Optional<uint64_t>
const nvtxPayload = dw::core::NULLOPT);
109 dw::core::Optional<uint64_t>
const nvtxPayload = dw::core::NULLOPT);
114 dw::core::Optional<uint64_t>
const nvtxPayload = dw::core::NULLOPT);
119 dw::core::Optional<uint64_t>
const nvtxPayload = dw::core::NULLOPT);
122 cudaStream_t
const stream =
nullptr,
127 cudaStream_t stream =
nullptr,
132 cudaStream_t
const stream =
nullptr,
144 static void dwTraceBootProfiler(
const dw::core::FixedString<256>& msg);
static void dwTraceAsyncEnd(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""), dw::core::Optional< uint64_t > const nvtxPayload=dw::core::NULLOPT)
static void fTraceWrite(dwtFixedString_t &str)
static void dwTraceWrapperDeinit()
static uint64_t getFlushInterval()
static void dwTraceBegin(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""), dw::core::Optional< uint64_t > const nvtxPayload=dw::core::NULLOPT)
static void dwTraceFlush(bool const isForce)
static bool isFTraceBackendEnabled()
static bool isFileBackendEnabled()
static Level getTraceLevel()
static int32_t getHostMemUsed()
static void dwTraceReset()
static void dwTraceRegisterCallback(avtFlushCb_t func, void *const userdata)
static void dwTraceWrapperReset()
static bool isDWTracingEnabled()
static void dwTraceAsyncBegin(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""), dw::core::Optional< uint64_t > const nvtxPayload=dw::core::NULLOPT)
static void dwTraceWrapperInit(TracerConfig const tracerCfg)
static bool isNVTXBackendEnabled()
static size_t getDeviceMemFree()
static void dwTraceCudaCollectAll()
static void dwTraceCudaEnd(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), cudaStream_t stream=nullptr, Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""))
static void dwTraceEnd(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""), dw::core::Optional< uint64_t > const nvtxPayload=dw::core::NULLOPT)
static dwtFixedString_t singlePayload(char8_t const *const str1)
static void dwTraceBindOutput(TraceBuf *const buf)
static void dwTraceEnable(TracerConfig &config)
static Level getTraceLevel(const sv &level)
static void dwTraceCoreInit(TracerConfig tracerCfg)
static void dwTraceCudaRecordAsync(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), cudaStream_t const stream=nullptr, Level const level=DW_TRACE_LEVEL_DEFAULT)
static void dwTraceDisable(uint64_t const chanMask)
static void dwTraceEnableAll()
static dwtFixedString_t singlePayload(int32_t const i)
static dwtFixedString_t joinPayloadChars(char8_t const *const str1, char8_t const *const str2)
static void dwTraceCudaCollectAsync(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""))
static void fTraceDeInit()
static void dwTraceCudaBegin(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), cudaStream_t const stream=nullptr, Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""))
static uint64_t getNvMapMemUsed()
static void dwTraceMark(TraceChannel const chan, dwtFixedString_t const &name=dwtFixedString_t(""), Level const level=DW_TRACE_LEVEL_DEFAULT, dwtFixedString_t const &payload=dwtFixedString_t(""), dw::core::Optional< uint64_t > const nvtxPayload=dw::core::NULLOPT)
Level
Tracing can be controlled through tracing levels.
TraceChannel
DWTrace channels are used for capturing similar traces in one place.
static constexpr Level DW_TRACE_LEVEL_DEFAULT
If not sure about tracing level at the time of using DWTrace API, then use default trace level.
uint32_t getPreferredBlockingFlags()
dw::core::FixedString< DW_TRACE_MAX_TAG_SIZE > dwtFixedString_t
bool isBlockingSyncPreferred()
dwtVectorFixed_t< DWTraceChannel > TraceBuf
void(*)(TraceBuf *&, void *) avtFlushCb_t
DWTrace initialisation and configuration structure.