Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
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)
/linux/tools/perf/util/
A 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/tools/lib/perf/include/internal/
A Dthreadmap.h21 struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr);

Completed in 5 milliseconds