Home
last modified time | relevance | path

Searched refs:V_MAJOR (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_header.h30 static constexpr uint32_t V_MAJOR = 0x0001; member
33 static constexpr uint32_t TRACE_VERSION = (V_MAJOR << V_MAJOR_BITS) | V_MINOR;
/developtools/smartperf_host/trace_streamer/src/base/
Dhtrace_file_header.h24 static constexpr uint32_t V_MAJOR = 0x0001; member
26 static constexpr uint32_t TRACE_VERSION = V_MAJOR << V_MAJOR_BITS;
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dhtrace_file_header.h24 static constexpr uint32_t V_MAJOR = 0x0001; member
27 static constexpr uint32_t TRACE_VERSION = V_MAJOR << V_MAJOR_BITS:;