Searched refs:nt (Results 1 – 3 of 3) sorted by relevance
311 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
161 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local191 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()192 if (nt == NULL) in thread_map__new_by_pid_str()195 threads = nt; in thread_map__new_by_pid_str()223 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local250 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()252 if (nt == NULL) in thread_map__new_by_tid_str()255 threads = nt; in thread_map__new_by_tid_str()
16 tm-signal-sigreturn-nt
Completed in 6 milliseconds