Searched refs:arg3 (Results 1 – 4 of 4) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsage.ts | 265 arg3: { 273 if (arg3.id === 1) { 275 … arg1.tid + '_' + arg1.thread, arg1.ts, '', '', (arg3.consumption! * arg1.dur) / arg3.multiple, 276 arg1.cpu, arg2.value, arg1.dur, '', (arg1.dur / arg3.sum) * num, 'freqdata', -1, undefined); 278 if (arg3.id === 2) { 280 arg1.tid + '_' + arg1.thread, arg1.ts, '', '', (arg3.consumption! * 281 …(arg2.startNS + arg2.dur - arg1.ts)) / arg3.multiple, arg1.cpu, arg2.value, arg2.startNS + arg2.du… 282 '', ((arg2.startNS + arg2.dur - arg1.ts) / arg3.sum) * num, 'freqdata', -1, undefined); 284 if (arg3.id === 3) { 287 … (arg3.consumption! * (arg1.dur + arg1.ts - arg2.startNS)) / arg3.multiple, arg1.cpu, arg2.value, [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/sql/ |
| D | Perf.sql.ts | 72 let arg3 = threads.length > 0 ? `or tid in (${threads.join(',')})` : ''; variable 73 let arg = `${arg1}${arg2}${arg3}`.substring(3); 98 let arg3 = threads.length > 0 ? `or A.thread_id in (${threads.join(',')})` : ''; variable 99 let arg = `${arg1}${arg2}${arg3}`.substring(3);
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 808 int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) in hook_prctl() argument 812 ret = fn(option, arg2, arg3, arg4, arg5); in hook_prctl() 824 rawdata.addr = reinterpret_cast<void*>(arg3); in hook_prctl() 992 int ohos_malloc_hook_prctl(int option, unsigned long arg2, unsigned long arg3, in ohos_malloc_hook_prctl() argument 996 int ret = hook_prctl((GetDispatch()->prctl), option, arg2, arg3, arg4, arg5); in ohos_malloc_hook_prctl()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 106039 u32 arg3; member 141435 void *arg3; member
|