Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.c38 static struct thread_map *thread_map__realloc(struct thread_map *map, int nr) in thread_map__realloc() function
53 #define thread_map__alloc(__nr) thread_map__realloc(NULL, __nr)
144 tmp = thread_map__realloc(threads, max_threads); in __thread_map__new_all_cpus()
235 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
306 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()