Home
last modified time | relevance | path

Searched defs:HEADER_MAGIC (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_header.h29 static constexpr uint64_t HEADER_MAGIC = 0x464F5250534F484FuLL; member
/developtools/smartperf_host/trace_streamer/src/base/
Dpbreader_file_header.h23 static constexpr uint64_t HEADER_MAGIC = 0x464F5250534F484FuLL; member
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp40 constexpr uint8_t HEADER_MAGIC = 8; variable
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_structure.h28 static constexpr uint64_t HEADER_MAGIC = 0x454C494646504245uLL; member