Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.c207 int items, total_tasks = 0; in thread_map__new_by_pid_str() local
234 total_tasks += items; in thread_map__new_by_pid_str()
235 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
245 threads->nr = total_tasks; in thread_map__new_by_pid_str()