Home
last modified time | relevance | path

Searched defs:appName (Results 1 – 6 of 6) 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/ets_runtime/ecmascript/ohos/
Dohos_preload_app_info.h37 std::string appName = ""; in GetPreloadAOTFileName() local
Denable_aot_list_helper.h167 auto appName = line; in ReadEnableList() local
/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/runtime_core/static_core/runtime/
Druntime.cpp1163 std::string_view appName = [](std::string_view path) -> std::string_view { in ExecutePandaFile() local
1220 int Runtime::StartDProfiler(std::string_view appName) in StartDProfiler()