31#ifndef DWFRAMEWORK_DWNODES_DWTRACE_TRACECOLLECTORNODE_DWTRACECOLLECTORNODE_HPP_
32#define DWFRAMEWORK_DWNODES_DWTRACE_TRACECOLLECTORNODE_DWTRACECOLLECTORNODE_HPP_
34#include <dw/trace/core/TraceTypes.hpp>
52 bool stmControlTracing;
94 static constexpr char LOG_TAG[] =
"dwTraceCollectorNode";
117 return describeConstructorArguments<dwTraceCollectorNodeParams, dwContextHandle_t>(
121 "stmControlTracing"_sv,
122 &dwTraceCollectorNodeParams::stmControlTracing),
128 dw::core::FixedString<384>,
137 "fileBackendEnabled"_sv,
141 "networkBackendEnabled"_sv,
144 dw::core::FixedString<16>,
153 "nvtxBackendEnabled"_sv,
161 "ftraceBackendEnabled"_sv,
165 "memTraceEnabled"_sv,
173 "diskIOStatsEnabled"_sv,
181 dwContextHandle_t)));
190 return Exception::guardWithReturn([&]() {
192 if (asyncResetNode !=
nullptr)
198 dw::core::Logger::Verbosity::DEBUG);
203 return Exception::guardWithReturn([&]() {
205 if (asyncResetNode !=
nullptr)
211 dw::core::Logger::Verbosity::DEBUG);
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT_ARRAY(TYPE_NAME, ARRAYSIZE, args...)
std::unique_ptr< Node > m_impl
virtual dwStatus setAsyncReset()=0
Set the async reset flag.
virtual dwStatus executeAsyncReset()=0
Executes a reset if the async reset flag is set.
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr auto describeParameters()
dwStatus setAsyncReset() override
static constexpr auto describeOutputPorts()
static constexpr char LOG_TAG[]
static constexpr auto describePasses()
dwTraceCollectorNode(const dwTraceCollectorNodeParams ¶ms, const dwContextHandle_t ctx)
dwStatus executeAsyncReset() override
static std::unique_ptr< dwTraceCollectorNode > create(ParameterProvider &provider)
static constexpr auto describeInputPorts()
bool ftraceBackendEnabled
dw::core::FixedString< 16 > ipAddr
constexpr auto describePortCollection(Args &&... args)
dw::core::FixedString< 384 > filePath
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
constexpr auto describeConstructorArgument(const Args &&... args)
constexpr auto describePassCollection(const Args &&... args)
dwTraceCollectorNodeParams { bool stmControlTracing dwTraceCollectorNodeParams
bool networkBackendEnabled
static constexpr uint32_t MAX_INPUT_TRACE_PORTS