Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dflow_controller.h54 bool CreatePagedMemoryPool();
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp128 bool FlowController::CreatePagedMemoryPool() in CreatePagedMemoryPool() function in FlowController
263 CHECK_TRUE(CreatePagedMemoryPool(), -1, "create paged memory pool failed!"); in StartCapture()