Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp41 constexpr uint8_t ARGS_NUM = 4; variable
159 uint64_t args[ARGS_NUM] = { 0 }; in EventFsParsing()
161 efs.args = std::vector<uint64_t>(args, args + ARGS_NUM); in EventFsParsing()