Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/
Dtask_pool_filter_test.cpp127 …std::string taskPoolStr("B|16502|H:Task Allocation: taskId : 1, executeId : 9, priority : 1, execu… variable
167 std::string taskPoolStr("B|16502|H:Task Perform: taskId : 1, executeId : 1"); variable
205 …std::string taskPoolStr("B|16502|H:Task PerformTask End: taskId : 1, executeId : 1, performResult … variable
249 …std::string taskPoolStr("B|8821|H:Task Allocation: taskId : 544997587840, priority : 1, executeSta… variable
289 std::string taskPoolStr("B|8821|H:Task Perform: taskId : 544997587840"); variable
327 …std::string taskPoolStr("B|8821|H:Task PerformTask End: taskId : 544997587840, performResult : Suc… variable
/developtools/smartperf_host/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()