Searched refs:thread_map__alloc (Results 1 – 2 of 2) sorted by relevance
32 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) macro47 threads = thread_map__alloc(items); in thread_map__new_by_pid()64 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid()81 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus()391 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()
Completed in 5 milliseconds