Searched refs:IsValidIndex (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
H A D | ftrace_parser.h | 194 CHECK_TRUE(IsValidIndex(index.pid), false, "pid index %d invalid!", index.pid); in ParseFtraceCommonFields() 195 CHECK_TRUE(IsValidIndex(index.type), false, "type index %d invalid!", index.type); in ParseFtraceCommonFields() 196 CHECK_TRUE(IsValidIndex(index.flags), false, "flags index %d invalid!", index.flags); in ParseFtraceCommonFields() 197 CHECK_TRUE(IsValidIndex(index.preemt), false, "preemt index %d invalid!", index.preemt); in ParseFtraceCommonFields() 211 bool IsValidIndex(int idx);
|
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
H A D | ftrace_processor.cpp | 711 static bool IsValidIndex(int index) in IsValidIndex() function 723 TS_CHECK_TRUE(IsValidIndex(curIndex.pid), false, "pid curIndex %d invalid!", curIndex.pid); in HandleFtraceCommonFields() 724 TS_CHECK_TRUE(IsValidIndex(curIndex.type), false, "type curIndex %d invalid!", curIndex.type); in HandleFtraceCommonFields() 725 TS_CHECK_TRUE(IsValidIndex(curIndex.flags), false, "flags curIndex %d invalid!", curIndex.flags); in HandleFtraceCommonFields() 726 TS_CHECK_TRUE(IsValidIndex(curIndex.preemt), false, "preemt curIndex %d invalid!", curIndex.preemt); in HandleFtraceCommonFields()
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | ftrace_parser.cpp | 566 bool FtraceParser::IsValidIndex(int idx) in IsValidIndex() function in FtraceParser
|
Completed in 4 milliseconds