Home
last modified time | relevance | path

Searched defs:splitStrIndex (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dslice_filter_test.cpp56 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("call_function_one"); variable
76 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("call_function_one"); variable
104 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("thread_one_call_function_one"); variable
161 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("thread_one_call_function_one"); variable
224 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("async_call_function_one"); variable
247 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("async_call_function_one"); variable
265 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("thread_one_call_function_one"); variable
297 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("thread_one_call_function_one"); variable
338 DataIndex splitStrIndex = stream_.traceDataCache_->GetDataIndex("thread_one_call_function_one"); variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp347 auto splitStrIndex = traceDataCache_->GetDataIndex(splitStr); in WorkqueueExecuteStartEvent() local