Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h127 static constexpr int INVALID_IDX = -1; member
128 int type = INVALID_IDX;
129 int flags = INVALID_IDX;
130 int preemt = INVALID_IDX;
131 int pid = INVALID_IDX;
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp699 return idx != CommonFiledIndex::INVALID_IDX; in IsValidIndex()