Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dthread_map.c222 int ntasks = 0; in thread_map__new_by_tid_str() local
252 ntasks++; in thread_map__new_by_tid_str()
253 nt = realloc(threads, sizeof(*threads) + sizeof(pid_t) * ntasks); in thread_map__new_by_tid_str()
259 threads->map[ntasks - 1] = tid; in thread_map__new_by_tid_str()
260 threads->nr = ntasks; in thread_map__new_by_tid_str()