Searched defs:ncpus (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/ |
D | evsel.c | 729 static int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_fd() 749 static int perf_evsel__run_ioctl(struct perf_evsel *evsel, int ncpus, int nthreads, in perf_evsel__run_ioctl() 770 int perf_evsel__set_filter(struct perf_evsel *evsel, int ncpus, int nthreads, in perf_evsel__set_filter() 778 int perf_evsel__enable(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__enable() 785 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() 804 void perf_evsel__reset_counts(struct perf_evsel *evsel, int ncpus) in perf_evsel__reset_counts() 810 int perf_evsel__alloc_counts(struct perf_evsel *evsel, int ncpus) in perf_evsel__alloc_counts() 830 void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__close_fd() 920 int ncpus, int nthreads, bool scale) in __perf_evsel__read() 1167 void perf_evsel__close(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__close()
|
D | evsel.h | 265 int ncpus, int nthreads) in perf_evsel__read() 278 int ncpus, int nthreads) in perf_evsel__read_scaled()
|
D | evlist.c | 1014 const int ncpus = cpu_map__nr(evlist->cpus), in perf_evlist__apply_filters() local 1033 const int ncpus = cpu_map__nr(evlist->cpus), in perf_evlist__set_filter() local 1169 int ncpus = cpu_map__nr(evlist->cpus); in perf_evlist__close() local
|
D | header.c | 876 long ncpus; in build_cpu_topology() local
|
/tools/perf/bench/ |
D | futex-wake.c | 38 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
D | futex-requeue.c | 37 static unsigned int ncpus, threads_starting, nthreads = 0; variable
|
D | futex-hash.c | 115 unsigned int i, ncpus; in bench_futex_hash() local
|
/tools/perf/ |
D | builtin-stat.c | 511 const int ncpus = cpu_map__nr(evsel_list->cpus), in handle_initial_delay() local
|