Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 51) sorted by relevance

123

/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h67 int need_unwind_info, void *arg);
69 int writeOperation, void *arg);
71 int writeOperation, void *arg);
72 static void PutUnwindInfo(unw_addr_space_t as, unw_proc_info_t *pi, void *arg);
74 int writeOperation, void *arg);
75 static int GetDynInfoListAaddr(unw_addr_space_t as, unw_word_t *dil_vaddr, void *arg);
76 static int Resume(unw_addr_space_t as, unw_cursor_t *cu, void *arg);
78 unw_word_t *offp, void *arg);
81 unw_proc_info_t *pi, int need_unwind_info, void *arg);
Dvirtual_runtime.h138 …SymbolCacheKey(const std::pair<uint64_t, uint32_t>& arg) : pair(arg), ip(first), filePathId(second… in SymbolCacheKey()
/developtools/hiperf/include/
Dcallstack.h87 int need_unwind_info, void *arg);
89 int writeOperation, void *arg);
91 int writeOperation, void *arg);
92 static void PutUnwindInfo(unw_addr_space_t as, unw_proc_info_t *pi, void *arg);
94 int writeOperation, void *arg);
95 static int GetDynInfoListAaddr(unw_addr_space_t as, unw_word_t *dil_vaddr, void *arg);
96 static int Resume(unw_addr_space_t as, unw_cursor_t *cu, void *arg);
98 unw_word_t *offp, void *arg);
101 unw_proc_info_t *pi, int need_unwind_info, void *arg);
/developtools/hdc/src/test/
Dut_runtime.h45 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);
Dut_runtime.cpp54 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()
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp151 unw_proc_info_t *pi, int need_unwind_info, void *arg) in FindUnwindTable() argument
201 tdep_search_unwind_table(as, ip, &di, pi, need_unwind_info, arg)); in FindUnwindTable()
221 int need_unwind_info, void *arg) in FindProcInfo() argument
223 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in FindProcInfo()
231 arg); in FindProcInfo()
265 unw_word_t *valuePoint, int writeOperation, void *arg) in AccessMem() argument
267 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessMem()
299 unw_word_t *valuePoint, int writeOperation, void *arg) in AccessReg() argument
301 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessReg()
323 [[maybe_unused]] unw_proc_info_t *pi, [[maybe_unused]] void *arg) in PutUnwindInfo() argument
[all …]
/developtools/syscap_codec/src/
Dmain.c47 static void OutputVersion(const char *arg, int opt);
181 void OutputVersion(const char *arg, int opt) in OutputVersion() argument
183 if (arg != NULL && opt > 1) { in OutputVersion()
184 printf("syscap_tool: extra operand \"%s\"\n", arg); in OutputVersion()
/developtools/integration_verification/DeployDevice/src/util/
Dtime_info.py60 def global_trace(self, frame, why, arg): argument
66 def local_trace(self, frame, why, arg): argument
76 def __init__(self, arg): argument
81 super(Timeout, self).__init__(arg)
/developtools/hiperf/src/
Dcallstack.cpp162 unw_proc_info_t *pi, int need_unwind_info, void *arg) in FindUnwindTable() argument
215 tdep_search_unwind_table(as, ip, &di, pi, need_unwind_info, arg)); in FindUnwindTable()
235 int need_unwind_info, void *arg) in FindProcInfo() argument
237 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in FindProcInfo()
245 arg); in FindProcInfo()
280 unw_word_t *valuePoint, int writeOperation, void *arg) in AccessMem() argument
282 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessMem()
312 unw_word_t *valuePoint, int writeOperation, void *arg) in AccessReg() argument
314 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessReg()
344 [[maybe_unused]] unw_proc_info_t *pi, [[maybe_unused]] void *arg) in PutUnwindInfo() argument
[all …]
Dcommand.cpp27 for (std::string arg : arguments) { in DispatchCommands() local
29 fullArgument.append(arg); in DispatchCommands()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dfilter_filter.cpp31 uint32_t FilterFilter::AddFilter(std::string type, std::string name, uint64_t arg) in AddFilter() argument
34 size_t id = filter->AppendNewFilterData(type, name, arg); in AddFilter()
Dfilter_filter.h32 uint32_t AddFilter(std::string type, std::string name, uint64_t arg);
/developtools/smartperf_host/trace_streamer/src/filter/
Dfilter_filter.cpp31 uint32_t FilterFilter::AddFilter(std::string type, std::string name, uint64_t arg) in AddFilter() argument
34 size_t id = filter->AppendNewFilterData(type, name, arg); in AddFilter()
Dfilter_filter.h32 uint32_t AddFilter(std::string type, std::string name, uint64_t arg);
/developtools/smartperf_host/trace_streamer/build/
Dprotoc_w.sh61 PARAMS_SOURCE_TMP = [arg for arg in PARAMS if arg.startswith(TARFLAG)][0].split()[1:] # get source…
/developtools/profiler/host/smartperf/trace_streamer/build/
Dprotoc_w.sh62 PARAMS_SOURCE_TMP = [arg for arg in PARAMS if arg.startswith(TARFLAG)][0].split()[1:] # get source…
/developtools/hiperf/script/
Dhiperf_utils.py133 def dir_check(arg): argument
134 path = os.path.realpath(arg)
140 def file_check(arg): argument
141 path = os.path.realpath(arg)
150 for arg in arg_list:
151 res += arg
/developtools/hdc/src/common/
Dasync_cmd.h47 static void *Popen(void *arg);
Dasync_cmd.cpp137 void *AsyncCmd::Popen(void *arg) in Popen() argument
142 AsyncParams params = *reinterpret_cast<AsyncParams *>(arg); in Popen()
/developtools/hdc/src/daemon/
Dshell.h36 static void *ShellFork(void *arg);
Dshell.cpp182 void *HdcShell::ShellFork(void *arg) in ShellFork() argument
184 ShellParams params = *reinterpret_cast<ShellParams *>(arg); in ShellFork()
/developtools/hdc/src/test/jdwp/
Dmain.cpp73 auto clearLoopTask = [](uv_handle_t *handle, void *arg) -> void { in TryCloseLoop() argument
/developtools/hdc/src/host/
Dhost_usb.h39 static void UsbWorkThread(void *arg); // 3rd thread
/developtools/smartperf_host/trace_streamer/test/unittest/
Dhttp_server_test.cpp56 void* HttpServerThread(void* arg) in HttpServerThread() argument
58 HttpServer* httpServer = static_cast<HttpServer*>(arg); in HttpServerThread()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp32 for (std::string arg:args) { in ParseToTask() local
33 std::cout << "arg:" << arg << std::endl; in ParseToTask()

123