Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.c265 int ntasks = 0; in thread_map__new_by_tid_str() local
290 ntasks++; in thread_map__new_by_tid_str()
291 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
297 thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
298 threads->nr = ntasks; in thread_map__new_by_tid_str()