Home
last modified time | relevance | path

Searched refs:AdaptSandboxPath (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/base/include/
Dcommon.h43 void AdaptSandboxPath(std::string& filePath, int pid);
/developtools/hiperf/include/
Dutilities.h342 std::string AdaptSandboxPath(std::string filePath, int pid);
/developtools/hiperf/src/
Dvirtual_runtime.cpp418 std::string libPath = AdaptSandboxPath(recordMmap.data_.filename, recordMmap.data_.pid); in UpdateFromRecord()
440 std::string libPath = AdaptSandboxPath(recordMmap2.data_.filename, recordMmap2.data_.pid); in UpdateFromRecord()
Dutilities.cpp798 std::string AdaptSandboxPath(std::string filePath, int pid) in AdaptSandboxPath() function
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp394 COMMON::AdaptSandboxPath(memMapItem.name_, pid_); in ParseMap()
Dstack_preprocess.cpp183 COMMON::AdaptSandboxPath(filePath, rawData->stackConext->pid); in TakeResults()
/developtools/profiler/device/base/src/
Dcommon.cpp505 void AdaptSandboxPath(std::string& filePath, int pid) in AdaptSandboxPath() function