Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread_map.c32 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) macro
47 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()
/openbmc/linux/tools/lib/perf/
H A Dthreadmap.c33 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) macro
47 struct perf_thread_map *threads = thread_map__alloc(nr_threads); in perf_thread_map__new_array()