Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.h41 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr() function
Dstat.c160 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__alloc_stats()
309 int nthreads = thread_map__nr(counter->threads); in process_counter_maps()
Devlist.c353 return thread_map__nr(evlist->threads); in perf_evlist__nr_threads()
436 int nr_threads = thread_map__nr(evlist->threads); in perf_evlist__alloc_pollfd()
733 evlist->nr_mmaps = thread_map__nr(evlist->threads); in perf_evlist__alloc_mmap()
847 int nr_threads = thread_map__nr(evlist->threads); in perf_evlist__mmap_per_cpu()
875 int nr_threads = thread_map__nr(evlist->threads); in perf_evlist__mmap_per_thread()
/Linux-v4.19/tools/perf/
Dbuiltin-ftrace.c160 for (i = 0; i < thread_map__nr(ftrace->evlist->threads); i++) { in set_tracing_pid()
Dbuiltin-stat.c341 int nthreads = thread_map__nr(evsel_list->threads); in read_counter()
1461 int nthreads = thread_map__nr(counter->threads); in print_aggr_thread()
3029 thread_map__nr(evsel_list->threads))) { in cmd_stat()
Dbuiltin-script.c1719 int nthreads = thread_map__nr(counter->threads); in __process_stat()