Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread_map.h38 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr() function
Dstat.c151 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__alloc_stats()
291 int nthreads = thread_map__nr(counter->threads); in process_counter_maps()
Devlist.c350 return thread_map__nr(evlist->threads); in perf_evlist__nr_threads()
433 int nr_threads = thread_map__nr(evlist->threads); in perf_evlist__alloc_pollfd()
972 evlist->nr_mmaps = thread_map__nr(evlist->threads); in perf_evlist__alloc_mmap()
1114 int nr_threads = thread_map__nr(evlist->threads); in perf_evlist__mmap_per_cpu()
1142 int nr_threads = thread_map__nr(evlist->threads); in perf_evlist__mmap_per_thread()
1403 nthreads = thread_map__nr(evlist->threads); in perf_evlist__apply_filters()
1607 int nthreads = thread_map__nr(evlist->threads); in perf_evlist__close()
Devsel.c1076 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__enable()
1086 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__disable()
/tools/perf/
Dbuiltin-stat.c295 int nthreads = thread_map__nr(evsel_list->threads); in read_counter()
1247 int nthreads = thread_map__nr(counter->threads); in print_aggr_thread()
Dbuiltin-script.c922 int nthreads = thread_map__nr(counter->threads); in __process_stat()