Searched defs:nthreads (Results 1 – 9 of 9) sorted by relevance
| /tools/perf/util/ |
| D | counts.c | 5 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new() 42 int perf_evsel__alloc_counts(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_counts()
|
| D | stat.c | 126 int ncpus, int nthreads) in perf_evsel__alloc_prev_raw_counts() 146 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__alloc_stats() local 286 int nthreads = thread_map__nr(counter->threads); in process_counter_maps() local
|
| D | evsel.c | 911 static int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd() 931 static int perf_evsel__run_ioctl(struct perf_evsel *evsel, int ncpus, int nthreads, in perf_evsel__run_ioctl() 952 int perf_evsel__apply_filter(struct perf_evsel *evsel, int ncpus, int nthreads, in perf_evsel__apply_filter() 990 int perf_evsel__enable(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__enable() 997 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() 1042 void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__close_fd() 1301 int cpu, thread, nthreads; in __perf_evsel__open() local 1464 void perf_evsel__close(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__close()
|
| D | evlist.c | 1230 nthreads = thread_map__nr(evlist->threads); in perf_evlist__apply_filters() local 1431 int nthreads = thread_map__nr(evlist->threads); in perf_evlist__close() local
|
| /tools/perf/bench/ |
| D | futex-requeue.c | 37 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
| D | futex-wake.c | 38 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
| D | futex-hash.c | 24 static unsigned int nthreads = 0; variable
|
| D | futex-lock-pi.c | 30 static unsigned int ncpus, nthreads = 0; variable
|
| /tools/perf/ |
| D | builtin-stat.c | 194 int nthreads = thread_map__nr(evsel_list->threads); in read_counter() local 253 nthreads = thread_map__nr(evsel_list->threads); in handle_initial_delay() local 635 int nthreads = thread_map__nr(counter->threads); in print_aggr_thread() local
|