Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread_map.c185 int items, total_tasks = 0; in thread_map__new_by_pid_str() local
212 total_tasks += items; in thread_map__new_by_pid_str()
213 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
223 threads->nr = total_tasks; in thread_map__new_by_pid_str()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread_map.c186 int items, total_tasks = 0; in thread_map__new_by_pid_str() local
213 total_tasks += items; in thread_map__new_by_pid_str()
214 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
224 threads->nr = total_tasks; in thread_map__new_by_pid_str()

Completed in 3 milliseconds