Home
last modified time | relevance | path

Searched refs:perf_thread_map__new_array (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/lib/perf/
Dthreadmap.c45 struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array) in perf_thread_map__new_array() function
64 return perf_thread_map__new_array(1, NULL); in perf_thread_map__new_dummy()
Dlibperf.map15 perf_thread_map__new_array;
/linux-6.6.21/tools/lib/perf/include/perf/
Dthreadmap.h11 LIBPERF_API struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array);
/linux-6.6.21/tools/lib/perf/tests/
Dtest-threadmap.c19 threads = perf_thread_map__new_array(nr, array); in test_threadmap_array()
Dtest-evsel.c333 threads = perf_thread_map__new_array(2, NULL); in test_stat_read_format()
/linux-6.6.21/tools/lib/perf/Documentation/
Dlibperf.txt65 struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array);