Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds