Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.c53 #define thread_map__alloc(__nr) thread_map__realloc(NULL, __nr) macro
68 threads = thread_map__alloc(items); in thread_map__new_by_pid()
85 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid()
102 struct thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus()
267 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_dummy()
450 threads = thread_map__alloc(event->nr); in thread_map__new_event()