Searched refs:thread_map__alloc (Results 1 – 2 of 2) sorted by relevance
31 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) macro46 threads = thread_map__alloc(items); in thread_map__new_by_pid()63 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid()80 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus()390 threads = thread_map__alloc(event->nr); in thread_map__new_event()
33 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) macro47 struct perf_thread_map *threads = thread_map__alloc(nr_threads); in perf_thread_map__new_array()