Home
last modified time | relevance | path

Searched refs:EnableDmaProfiling (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/inc/
H A Dagent.h253 const hsa_status_t stat = EnableDmaProfiling(enable); in profiling_enabled()
282 virtual hsa_status_t EnableDmaProfiling(bool enable) { in EnableDmaProfiling() function
H A Damd_gpu_agent.h373 hsa_status_t EnableDmaProfiling(bool enable) override;
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/runtime/
H A Damd_gpu_agent.cpp641 hsa_status_t GpuAgent::EnableDmaProfiling(bool enable) { in EnableDmaProfiling() function in amd::GpuAgent