Searched defs:ncpus (Results 1 – 13 of 13) 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() 168 int ncpus = perf_evsel__nr_cpus(evsel); in perf_evsel__alloc_stats() local 318 int ncpus = perf_evsel__nr_cpus(counter); 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()
|
D | data-convert-bt.c | 1331 int ncpus; in setup_streams() local
|
D | header.c | 610 long ncpus; in build_cpu_topology() local 1084 long ncpus; in build_caches() 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 | 123 unsigned int i, ncpus; in bench_futex_hash() local
|
D | futex-lock-pi.c | 35 static unsigned int ncpus, nthreads = 0; variable
|
D | futex-wake-parallel.c | 46 static unsigned int ncpus, threads_starting; variable
|
/tools/perf/ |
D | builtin-stat.c | 328 int ncpus, cpu, thread; in read_counter() local 1357 int ncpus = cpu_map__nr(counter->cpus); in print_aggr_thread() local
|
D | builtin-script.c | 1470 int ncpus = perf_evsel__nr_cpus(counter); in __process_stat() local
|
D | builtin-sched.c | 1837 u32 ncpus = sched->max_cpu + 1; in timehist_header() local
|