Home
last modified time | relevance | path

Searched defs:pid (Results 1 - 25 of 158) sorted by relevance

1234567

/developtools/smartperf_host/trace_streamer/src/metrics/
H A DtraceTaskStrategy.h26 uint32_t pid; member
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_handle.h41 void SetTargetProcessInfo(uint32_t pid, const std::string& name) in SetTargetProcessInfo() argument
H A Dffrt_profiler_manager.h42 int32_t pid = -1; member
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_handle.h40 void SetTargetProcessInfo(uint32_t pid, const std::string& name) in SetTargetProcessInfo() argument
H A Dnetwork_profiler_manager.h42 int32_t pid = -1; member
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_app_thread_cpu.cpp37 int32_t pid = getprocpid(); in InitThreadCpuCollector() local
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_standalone.h61 ss << pid <<' '; in ToString() local
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_proxy.cpp74 int32_t NativeMemoryProfilerSaProxy::Stop(uint32_t pid) in Stop() argument
H A Dnative_memory_profiler_sa_client_manager.cpp41 int32_t NativeMemoryProfilerSaClientManager::Start(NativeMemProfilerType type, uint32_t pid, uint32_t duration, in Start() argument
61 int32_t NativeMemoryProfilerSaClientManager::Stop(uint32_t pid) in Stop() argument
122 int32_t NativeMemoryProfilerSaClientManager::GetMallocStats(int fd, int pid, int type) in GetMallocStats() argument
[all...]
H A Dnative_memory_profiler_sa_stub.cpp64 uint32_t pid = 0; in StubStopPid() local
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/fuzztest/nativedaemonsa_fuzzer/
H A Dnative_daemon_sa_fuzzer.cpp49 uint32_t pid = 0; in FuzzNativeDaemonSa() local
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
H A Dnative_memory_profiler_sa_service_test.cpp57 int32_t pid = GetProcessPid(TEST_PROC_NAME); in HWTEST_F() local
89 int32_t pid = GetProcessPid(TEST_PROC_NAME); in HWTEST_F() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dhook_service_test.cpp67 int pid = 1; in HWTEST_F() local
/developtools/profiler/device/base/test/unittest/
H A Depoll_event_poller_test.cpp197 pid_t pid = fork(); in HWTEST_F() local
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_common.cpp46 std::string GetProcessName(int32_t pid) in GetProcessName() argument
H A Dffrt_profiler_socket_service.cpp60 int pid = *const_cast<int *>(reinterpret_cast<const int *>(buf)); in ProtocolProc() local
/developtools/hdc/src/test/jdwp/
H A DHdcJdwpSimulator.h41 uint32_t pid; member
/developtools/hiperf/test/unittest/common/native/
H A Dtracked_command_test.cpp55 auto pid = trackedCMD->GetChildPid(); in HWTEST_F() local
79 auto pid = trackedCMD->GetChildPid(); in HWTEST_F() local
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_common.cpp46 std::string GetProcessNameByPid(int32_t pid) in GetProcessNameByPid() argument
H A Dnetwork_profiler_socket_service.cpp60 int pid = *const_cast<int *>(reinterpret_cast<const int *>(buf)); in ProtocolProc() local
/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Drpc_server_test.cpp99 uint32_t pid = 16502; in HWTEST_F() local
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_fs_ops_test.cpp148 int32_t pid = getpid(); in HWTEST_F() local
171 int32_t pid = getpid(); in HWTEST_F() local
187 int32_t pid = getpid(); in HWTEST_F() local
/developtools/hdc/src/register/
H A Dhdc_jdwp.h36 uint32_t pid; member
/developtools/hiperf/src/
H A Dtracked_command.cpp81 pid_t pid = fork(); in CreateChildProcess() local
178 pid_t pid = waitpid(childPid_, &wstatus, WNOHANG); in WaitCommand() local
195 pid_t pid = waitpid(childPid_, &wstatus, WNOHANG); in MakeInvalid() local
[all...]
/developtools/profiler/hiebpf/include/
H A Dmaps_info.h39 bool IsCached(uint32_t pid) in IsCached() argument
44 void CachePid(uint32_t pid) in CachePid() argument
49 void RemovePid(uint32_t pid) in RemovePid() argument

Completed in 8 milliseconds

1234567