Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.c48 #define thread_map__alloc(__nr) thread_map__realloc(NULL, __nr) macro
63 threads = thread_map__alloc(items); in thread_map__new_by_pid()
80 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid()
97 struct thread_map *threads = thread_map__alloc(max_threads); in thread_map__new_by_uid()
252 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_dummy()