Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/perf/
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)
/Linux-v6.1/tools/perf/util/
Dthread_map.c31 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr)
122 tmp = perf_thread_map__realloc(threads, max_threads); in __thread_map__new_all_cpus()
213 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
272 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
/Linux-v6.1/tools/lib/perf/include/internal/
Dthreadmap.h21 struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr);