Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.c33 static struct thread_map *thread_map__realloc(struct thread_map *map, int nr) in thread_map__realloc() function
48 #define thread_map__alloc(__nr) thread_map__realloc(NULL, __nr)
139 tmp = thread_map__realloc(threads, max_threads); in thread_map__new_by_uid()
220 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
291 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()