Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.c280 int ntasks = 0; in thread_map__new_by_tid_str() local
305 ntasks++; in thread_map__new_by_tid_str()
306 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
312 thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
313 threads->nr = ntasks; in thread_map__new_by_tid_str()