Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/
H A Dthreadmap.c18 struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr) in perf_thread_map__realloc() function
33 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr)
/openbmc/linux/tools/perf/util/
H A Dthread_map.c32 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr)
123 tmp = perf_thread_map__realloc(threads, max_threads); in __thread_map__new_all_cpus()
214 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
273 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
/openbmc/linux/tools/lib/perf/include/internal/
H A Dthreadmap.h21 struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr);