Searched refs:nt (Results 1 – 3 of 3) sorted by relevance
305 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local213 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()214 if (nt == NULL) in thread_map__new_by_pid_str()217 threads = nt; in thread_map__new_by_pid_str()245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local272 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()274 if (nt == NULL) in thread_map__new_by_tid_str()277 threads = nt; in thread_map__new_by_tid_str()
16 tm-signal-sigreturn-nt