Home
last modified time | relevance | path

Searched defs:app_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_message_protocol.h31 std::string app_name; member
/arkcompiler/runtime_core/runtime/dprofiler/
Ddprofiler.cpp65 DProfiler::DProfiler(std::string_view app_name, Runtime *runtime) in DProfiler()
/arkcompiler/runtime_core/dprof/converter/features/
Dhotness_counters.h36 std::string app_name; member
/arkcompiler/runtime_core/runtime/
Druntime.cpp1017 std::string_view app_name = [](std::string_view path) -> std::string_view { in ExecutePandaFile() local
1052 int Runtime::StartDProfiler(std::string_view app_name) in StartDProfiler()