Home
last modified time | relevance | path

Searched refs:ntasks (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
A Dthread_map.c246 int ntasks = 0; in thread_map__new_by_tid_str() local
271 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