Searched refs:total_tasks (Results 1 – 1 of 1) sorted by relevance
163 int items, total_tasks = 0; in thread_map__new_by_pid_str() local190 total_tasks += items; in thread_map__new_by_pid_str()191 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()201 threads->nr = total_tasks; in thread_map__new_by_pid_str()
Completed in 11 milliseconds