Searched defs:nthreads (Results 1 – 10 of 10) 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 | 131 int ncpus, int nthreads) in perf_evsel__alloc_prev_raw_counts() 151 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__alloc_stats() local 291 int nthreads = thread_map__nr(counter->threads); in process_counter_maps() local
|
| D | evsel.c | 986 static int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd() 1005 static int perf_evsel__run_ioctl(struct perf_evsel *evsel, int ncpus, int nthreads, in perf_evsel__run_ioctl() 1026 int perf_evsel__apply_filter(struct perf_evsel *evsel, int ncpus, int nthreads, in perf_evsel__apply_filter() 1076 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__enable() local 1086 int nthreads = thread_map__nr(evsel->threads); in perf_evsel__disable() local 1094 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() 1139 void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__close_fd() 1416 int cpu, thread, nthreads; in __perf_evsel__open() local 1593 void perf_evsel__close(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__close()
|
| D | evlist.c | 1403 nthreads = thread_map__nr(evlist->threads); in perf_evlist__apply_filters() local 1607 int nthreads = thread_map__nr(evlist->threads); in perf_evlist__close() local
|
| /tools/perf/bench/ |
| D | futex-requeue.c | 41 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
| D | futex-wake.c | 42 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
| D | futex-hash.c | 29 static unsigned int nthreads = 0; variable
|
| D | futex-lock-pi.c | 33 static unsigned int ncpus, nthreads = 0; variable
|
| /tools/perf/ |
| D | builtin-stat.c | 295 int nthreads = thread_map__nr(evsel_list->threads); in read_counter() local 1247 int nthreads = thread_map__nr(counter->threads); in print_aggr_thread() local
|
| D | builtin-script.c | 922 int nthreads = thread_map__nr(counter->threads); in __process_stat() local
|