Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dtask_pool_filter_test.cpp124 …std::string taskPoolStr("B|16502|H:Task Allocation: taskId : 1, executeId : 9, priority : 1, execu… variable
164 std::string taskPoolStr("B|16502|H:Task Perform: taskId : 1, executeId : 1"); variable
202 …std::string taskPoolStr("B|16502|H:Task PerformTask End: taskId : 1, executeId : 1, performResult … variable
246 …std::string taskPoolStr("B|8821|H:Task Allocation: taskId : 544997587840, priority : 1, executeSta… variable
286 std::string taskPoolStr("B|8821|H:Task Perform: taskId : 544997587840"); variable
324 …std::string taskPoolStr("B|8821|H:Task PerformTask End: taskId : 544997587840, performResult : Suc… variable
/developtools/smartperf_host/trace_streamer/src/filter/
Dtask_pool_filter.cpp46 void TaskPoolFilter::TaskPoolFieldSegmentation(const std::string &taskPoolStr, in TaskPoolFieldSegmentation()
63 bool TaskPoolFilter::TaskPoolEvent(const std::string &taskPoolStr, uint32_t index) in TaskPoolEvent()