Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLite.ts1937 let arg3 = threads.length > 0 ? `or tid in (${threads.join(",")})` : ''; variable
1954 let arg3 = threads.length > 0 ? `or A.thread_id in (${threads.join(",")})` : ''; variable
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp708 int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) in hook_prctl()