Home
last modified time | relevance | path

Searched refs:CPU_SETSIZE (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/daemon/
Dopd_perfmon.c49 #define CPU_SETSIZE 1024 macro
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
/external/linux-tools-perf/
Dbuiltin-test.c383 if (cpus->map[cpu] >= CPU_SETSIZE) { in test__open_syscall_event_on_all_cpus()
417 if (cpus->map[cpu] >= CPU_SETSIZE) in test__open_syscall_event_on_all_cpus()
/external/blktrace/btreplay/
Dbtreplay.c516 for (ncpus = 0; ncpus < CPU_SETSIZE && CPU_ISSET(ncpus, &cpus); ncpus++) in get_ncpus()