Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread_map.c231 int ntasks = 0; in thread_map__new_by_tid_str() local
255 ntasks++; in thread_map__new_by_tid_str()
256 nt = realloc(threads, sizeof(*threads) + sizeof(pid_t) * ntasks); in thread_map__new_by_tid_str()
262 threads->map[ntasks - 1] = tid; in thread_map__new_by_tid_str()
263 threads->nr = ntasks; in thread_map__new_by_tid_str()