Searched defs:nthreads (Results 1 – 9 of 9) sorted by relevance
/tools/perf/util/ |
D | counts.c | 8 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new() 45 int perf_evsel__alloc_counts(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_counts()
|
D | stat.c | 140 int ncpus, int nthreads) in perf_evsel__alloc_prev_raw_counts() 169 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__alloc_stats() local 317 int nthreads = thread_map__nr(counter->threads); in process_counter_maps() local
|
D | evsel.c | 1080 static int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd() 1178 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() 1696 int cpu, thread, nthreads; in perf_evsel__open() local
|
/tools/perf/bench/ |
D | futex-wake.c | 44 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
D | futex-requeue.c | 43 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
D | futex-hash.c | 31 static unsigned int nthreads = 0; variable
|
D | futex-lock-pi.c | 35 static unsigned int ncpus, nthreads = 0; variable
|
/tools/perf/ |
D | builtin-stat.c | 327 int nthreads = thread_map__nr(evsel_list->threads); in read_counter() local 1356 int nthreads = thread_map__nr(counter->threads); in print_aggr_thread() local
|
D | builtin-script.c | 1469 int nthreads = thread_map__nr(counter->threads); in __process_stat() local
|