Home
last modified time | relevance | path

Searched refs:RMQ_ENTRY_ALIGN_MASK (Results 1 - 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_processor.h32 constexpr uint32_t RMQ_ENTRY_ALIGN_MASK = (1 << 2) - 1; member
H A Dftrace_processor.cpp648 return sizeof(struct RmqEntry) + ((size + RMQ_ENTRY_ALIGN_MASK) & (~RMQ_ENTRY_ALIGN_MASK)); in RmqEntryTotalSize()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dflow_controller.cpp54 constexpr unsigned int RMQ_ENTRY_ALIGN_MASK = (1U << 2) - 1; member
447 return sizeof(struct RmqEntry) + ((size + RMQ_ENTRY_ALIGN_MASK) & (~RMQ_ENTRY_ALIGN_MASK));

Completed in 3 milliseconds