/developtools/profiler/device/plugins/native_daemon/ |
H A D | native_daemon_client.cpp | 46 std::string arg(argv[i]); in main() 47 if (arg == "--help" || arg == "-h") { in main() 84 if ((arg == "--start") || (arg == "-s")) { in main() 86 } else if ((arg == "--stop") || (arg == "-k")) { in main() 88 } else if ((arg == "--pid") || (arg == "-p")) { in main() 90 } else if ((arg in main() [all...] |
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | call_stack.h | 76 int need_unwind_info, void *arg);
78 int writeOperation, void *arg);
80 int writeOperation, void *arg);
81 static void PutUnwindInfo(unw_addr_space_t as, unw_proc_info_t *pi, void *arg);
83 int writeOperation, void *arg);
84 static int GetDynInfoListAaddr(unw_addr_space_t as, unw_word_t *dil_vaddr, void *arg);
85 static int Resume(unw_addr_space_t as, unw_cursor_t *cu, void *arg);
87 unw_word_t *offp, void *arg);
90 unw_proc_info_t *pi, int need_unwind_info, void *arg);
118 static int FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg);
[all...] |
H A D | virtual_runtime.h | 154 SymbolCacheKey(const std::pair<uint64_t, uint32_t>& arg) : pair(arg), ip(first), filePathId(second) {} in SymbolCacheKey()
|
/developtools/hiperf/include/ |
H A D | callstack.h | 90 int need_unwind_info, void *arg); 92 int writeOperation, void *arg); 94 int writeOperation, void *arg); 95 static void PutUnwindInfo(unw_addr_space_t as, unw_proc_info_t *pi, void *arg); 97 int writeOperation, void *arg); 98 static int GetDynInfoListAaddr(unw_addr_space_t as, unw_word_t *dil_vaddr, void *arg); 99 static int Resume(unw_addr_space_t as, unw_cursor_t *cu, void *arg); 101 unw_word_t *offp, void *arg); 104 unw_proc_info_t *pi, int need_unwind_info, void *arg); 132 static int FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg); [all...] |
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | sp_log.cpp | 81 va_list arg; in SpLog() local 82 ret = memset_s(&arg, sizeof(va_list), 0, sizeof(va_list)); in SpLog() 87 va_start(arg, fmt); in SpLog() 88 ret = vsprintf_s(logBuf, sizeof(logBuf), fmt, arg); in SpLog() 89 va_end(arg); in SpLog()
|
/developtools/hdc/src/test/ |
H A D | ut_runtime.h | 45 static void StartServer(uv_work_t *arg); 46 static void StartDaemon(uv_work_t *arg); 47 static void CheckStopServer(uv_idle_t *arg); 48 static void CheckStopDaemon(uv_idle_t *arg);
|
H A D | ut_runtime.cpp | 54 void Runtime::CheckStopServer(uv_idle_t *arg) in CheckStopServer() argument 56 Runtime *thisClass = (Runtime *)arg->data; in CheckStopServer() 66 void Runtime::StartServer(uv_work_t *arg) in StartServer() argument 69 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartServer() 84 void Runtime::CheckStopDaemon(uv_idle_t *arg) in CheckStopDaemon() argument 86 Runtime *thisClass = (Runtime *)arg->data; in CheckStopDaemon() 96 void Runtime::StartDaemon(uv_work_t *arg) in StartDaemon() argument 98 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartDaemon()
|
H A D | ut_mod.cpp | 241 void TestForwardExternThread(void *arg) in TestForwardExternThread() argument 247 bool *clientOK = (bool *)arg; in TestForwardExternThread()
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
H A D | filter_filter.cpp | 31 uint32_t FilterFilter::AddFilter(std::string type, std::string name, uint64_t arg) in AddFilter() argument 34 filter->AppendNewFilterData(type, name, arg); in AddFilter()
|
H A D | filter_filter.h | 32 uint32_t AddFilter(std::string type, std::string name, uint64_t arg);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | call_stack.cpp | 170 unw_proc_info_t *pi, int need_unwind_info, void *arg)
in FindUnwindTable() 220 tdep_search_unwind_table(as, ip, &di, pi, need_unwind_info, arg));
in FindUnwindTable() 240 int need_unwind_info, void *arg)
in FindProcInfo() 242 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg);
in FindProcInfo() 250 arg);
in FindProcInfo() 264 unw_word_t *valuePoint, int writeOperation, void *arg)
in AccessMem() 266 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg);
in AccessMem() 299 unw_word_t *valuePoint, int writeOperation, void *arg)
in AccessReg() 301 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg);
in AccessReg() 323 [[maybe_unused]] unw_proc_info_t *pi, [[maybe_unused]] void *arg)
in PutUnwindInfo() 168 FindUnwindTable(SymbolsFile *symbolsFile, std::shared_ptr<DfxMap> map, UnwindInfo *unwindInfoPtr, unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) FindUnwindTable() argument 239 FindProcInfo(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) FindProcInfo() argument 263 AccessMem([[maybe_unused]] unw_addr_space_t as, unw_word_t addr, unw_word_t *valuePoint, int writeOperation, void *arg) AccessMem() argument 298 AccessReg([[maybe_unused]] unw_addr_space_t as, unw_regnum_t regnum, unw_word_t *valuePoint, int writeOperation, void *arg) AccessReg() argument 322 PutUnwindInfo([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_proc_info_t *pi, [[maybe_unused]] void *arg) PutUnwindInfo() argument 327 AccessFpreg([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_regnum_t num, [[maybe_unused]] unw_fpreg_t *val, [[maybe_unused]] int writeOperation, [[maybe_unused]] void *arg) AccessFpreg() argument 334 GetDynInfoListAaddr([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_word_t *dil_vaddr, [[maybe_unused]] void *arg) GetDynInfoListAaddr() argument 341 Resume([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_cursor_t *cu, [[maybe_unused]] void *arg) Resume() argument 347 getProcName([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_word_t addr, [[maybe_unused]] char *bufp, [[maybe_unused]] size_t buf_len, [[maybe_unused]] unw_word_t *offp, [[maybe_unused]] void *arg) getProcName() argument 598 FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg) FindUnwindTable() argument 617 AccessMem2(uintptr_t addr, uintptr_t *val, void *arg) AccessMem2() argument 649 GetMapByPc([[maybe_unused]] uintptr_t pc, [[maybe_unused]] std::shared_ptr<DfxMap>& map, [[maybe_unused]] void *arg) GetMapByPc() argument [all...] |
/developtools/hiperf/src/ |
H A D | callstack.cpp | 188 unw_proc_info_t *pi, int need_unwind_info, void *arg) in FindUnwindTable() 241 tdep_search_unwind_table(as, ip, &di, pi, need_unwind_info, arg)); in FindUnwindTable() 261 int need_unwind_info, void *arg) in FindProcInfo() 263 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in FindProcInfo() 270 return FindUnwindTable(symbolsFile, map, unwindInfoPtr, as, ip, pi, need_unwind_info, arg); in FindProcInfo() 284 unw_word_t *valuePoint, int writeOperation, void *arg) in AccessMem() 286 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessMem() 316 unw_word_t *valuePoint, int writeOperation, void *arg) in AccessReg() 318 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessReg() 348 [[maybe_unused]] unw_proc_info_t *pi, [[maybe_unused]] void *arg) in PutUnwindInfo() 186 FindUnwindTable(SymbolsFile *symbolsFile, std::shared_ptr<DfxMap> map, UnwindInfo *unwindInfoPtr, unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) FindUnwindTable() argument 260 FindProcInfo(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) FindProcInfo() argument 283 AccessMem([[maybe_unused]] unw_addr_space_t as, unw_word_t addr, unw_word_t *valuePoint, int writeOperation, void *arg) AccessMem() argument 315 AccessReg([[maybe_unused]] unw_addr_space_t as, unw_regnum_t regnum, unw_word_t *valuePoint, int writeOperation, void *arg) AccessReg() argument 347 PutUnwindInfo([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_proc_info_t *pi, [[maybe_unused]] void *arg) PutUnwindInfo() argument 352 AccessFpreg([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_regnum_t num, [[maybe_unused]] unw_fpreg_t *val, [[maybe_unused]] int writeOperation, [[maybe_unused]] void *arg) AccessFpreg() argument 359 GetDynInfoListAaddr([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_word_t *dil_vaddr, [[maybe_unused]] void *arg) GetDynInfoListAaddr() argument 366 Resume([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_cursor_t *cu, [[maybe_unused]] void *arg) Resume() argument 372 getProcName([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_word_t addr, [[maybe_unused]] char *bufp, [[maybe_unused]] size_t buf_len, [[maybe_unused]] unw_word_t *offp, [[maybe_unused]] void *arg) getProcName() argument 745 FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg) FindUnwindTable() argument 770 AccessMem2(uintptr_t addr, uintptr_t *val, void *arg) AccessMem2() argument 800 GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) GetMapByPc() argument [all...] |
H A D | command.cpp | 27 for (std::string arg : arguments) { in DispatchCommands() 29 fullArgument.append(arg); in DispatchCommands() 36 // this is a arg which we support in DispatchCommands() 38 // remove the arg name in DispatchCommands()
|
/developtools/integration_verification/DeployDevice/src/util/ |
H A D | time_info.py | 61 def global_trace(self, frame, why, arg): 67 def local_trace(self, frame, why, arg): 77 def __init__(self, arg): 82 super(Timeout, self).__init__(arg)
|
/developtools/syscap_codec/src/ |
H A D | main.c | 44 static void OutputVersion(const char *arg, int opt);
212 void OutputVersion(const char *arg, int opt)
in OutputVersion() argument 214 if (arg != NULL && opt > 1) {
in OutputVersion() 215 printf("syscap_tool: extra operand \"%s\"\n", arg);
in OutputVersion()
|
/developtools/hiperf/script/ |
H A D | hiperf_utils.py | 133 def dir_check(arg): 134 path = os.path.realpath(arg) 140 def file_check(arg): 141 path = os.path.realpath(arg) 150 for arg in arg_list: 151 res += arg
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.h | 127 static void UsbWorkThread(void *arg); // 3rd thread
128 static void WatchUsbNodeChange(void *arg);
|
H A D | host_usb.cpp | 81 void HostUsb::UsbWorkThread(void *arg)
in UsbWorkThread() argument 83 HostUsb *thisClass = (HostUsb *)arg;
in UsbWorkThread() 93 void HostUsb::WatchUsbNodeChange(void *arg)
in WatchUsbNodeChange() argument 95 HostUsb *thisClass = (HostUsb *)arg;
in WatchUsbNodeChange()
|
/developtools/hdc/src/daemon/ |
H A D | shell.h | 36 static void *ShellFork(void *arg);
|
H A D | shell.cpp | 204 void *HdcShell::ShellFork(void *arg) in ShellFork() argument 210 ShellParams params = *reinterpret_cast<ShellParams *>(arg); in ShellFork()
|
/developtools/hdc/src/common/ |
H A D | async_cmd.h | 47 static void *Popen(void *arg);
|
H A D | async_cmd.cpp | 182 void *AsyncCmd::Popen(void *arg) in Popen() argument 198 auto param = reinterpret_cast<AsyncParams *>(arg); in Popen()
|
/developtools/profiler/device/plugins/native_hook/src/ |
H A D | hook_socket_client.cpp | 59 static void NmdWriteStat(void *arg, const char *buf) in NmdWriteStat() argument 61 struct OptArg *opt = static_cast<struct OptArg*>(arg); in NmdWriteStat()
|
/developtools/hdc/src/host/ |
H A D | host_usb.h | 39 static void UsbWorkThread(void *arg); // 3rd thread
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
H A D | demo_table_base.cpp | 85 [](void *arg) { delete static_cast<TableContext *>(arg); }); in DemoTableRegister()
|