Home
last modified time | relevance | path

Searched defs:arg3 (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLite.ts2668 let arg3 = threads.length > 0 ? `or tid in (${threads.join(',')})` : ''; variable
2694 let arg3 = threads.length > 0 ? `or A.thread_id in (${threads.join(',')})` : ''; variable
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp779 int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) in hook_prctl()
977 int ohos_malloc_hook_prctl(int option, unsigned long arg2, unsigned long arg3, in ohos_malloc_hook_prctl()
/developtools/smartperf_host/ide/src/trace/database/
DSqlLite.ts2661 let arg3 = threads.length > 0 ? `or tid in (${threads.join(',')})` : ''; variable
2687 let arg3 = threads.length > 0 ? `or A.thread_id in (${threads.join(',')})` : ''; variable
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts174 let arg3 = threads.length > 0 ? `or s.thread_id in (${threads.join(',')})` : ''; variable
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts191 let arg3 = threads.length > 0 ? `or s.thread_id in (${threads.join(',')})` : ''; variable
/developtools/profiler/hiebpf/include/
Dvmlinux.h106039 u32 arg3; member
141435 void *arg3; member