Home
last modified time | relevance | path

Searched defs:appName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
Dprofiling_data.h27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp65 DProfiler::DProfiler(std::string_view appName, Runtime *runtime) in DProfiler()
/arkcompiler/runtime_core/static_core/dprof/converter/features/
Dhotness_counters.h37 std::string appName; member
/arkcompiler/ets_runtime/ecmascript/ohos/
Denable_aot_list_helper.h116 auto appName = line; in ReadEnableAotList() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp1133 std::string_view appName = [](std::string_view path) -> std::string_view { in ExecutePandaFile() local
1190 int Runtime::StartDProfiler(std::string_view appName) in StartDProfiler()