Searched refs:ntasks (Results 1 – 1 of 1) sorted by relevance
246 int ntasks = 0; in thread_map__new_by_tid_str() local271 ntasks++; in thread_map__new_by_tid_str()272 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()278 perf_thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()279 threads->nr = ntasks; in thread_map__new_by_tid_str()
Completed in 3 milliseconds