HomeSort by relevance Sort by last modified time
    Searched defs:ncpus (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 773 const int ncpus = cpu_map__nr(evlist->cpus), local
780 err = perf_evsel__set_filter(evsel, ncpus, nthreads, evsel->filter);
792 const int ncpus = cpu_map__nr(evlist->cpus), local
796 err = perf_evsel__set_filter(evsel, ncpus, nthreads, filter);
928 int ncpus = cpu_map__nr(evlist->cpus); local
932 perf_evsel__close(evsel, ncpus, nthreads);
header.c 816 long ncpus; local
819 ncpus = sysconf(_SC_NPROCESSORS_CONF);
820 if (ncpus < 0)
823 nr = (u32)(ncpus & UINT_MAX);
    [all...]
  /external/jemalloc/src/
jemalloc.c 37 unsigned ncpus; variable
797 ncpus = malloc_ncpus();
824 if (ncpus > 1)
825 opt_narenas = ncpus << 2;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 432 const int ncpus = cpu_map__nr(evsel_list->cpus), local
437 perf_evsel__enable(counter, ncpus, nthreads);
    [all...]
  /external/blktrace/btreplay/
btreplay.c 145 static int ncpus = 0; // Number of CPUs in the system variable
501 * get_ncpus - Sets up the global 'ncpus' value
516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++)
518 if (ncpus == 0) {
532 assert(0 <= tip->cpu && tip->cpu < ncpus);
547 for (i = 0; i < ncpus; i++)
863 assert(0 <= cpu && cpu < ncpus);
    [all...]
  /external/blktrace/
blkparse.c 64 int ncpus; member in struct:per_dev_info
324 int ncpus = pdi->ncpus; local
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
339 new_space = (new_count - ncpus) * sizeof(struct per_cpu_info);
342 pdi->ncpus = new_count;
345 for (new_count = 0; new_count < pdi->ncpus; new_count++) {
361 if (cpu >= pdi->ncpus)
490 for (cpu = 0; cpu < pdi->ncpus; cpu++) {
    [all...]
blktrace.c 96 int fd, idx, ncpus; member in struct:devpath
218 int fd, ncpus; member in struct:cl_conn
277 static int ncpus; variable
866 hdr.max_cpus = ncpus;
1009 cl_fds = calloc(ncpus, sizeof(*cl_fds));
1010 for (cpu = 0; cpu < ncpus; cpu++) {
1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) {
1052 dpp->ncpus = ncpus;
1056 dpp->stats = calloc(dpp->ncpus, sizeof(*dpp->stats))
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 262 #define ncpus JEMALLOC_N(ncpus) macro
private_unnamespace.h 262 #undef ncpus macro

Completed in 272 milliseconds