Searched refs:cpu_list (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | parsecpu.awk | 135 ncpus = split (cpu_list, cpus) 218 ncpus = split (cpu_list, cpus) 247 ncpus = split (cpu_list, cpus) 433 ncpus = split (cpu_list, cpus) 460 ncpus = split (cpu_list, cpus) 480 ncpus = split (cpu_list, cpus) 886 cpu_list = cpu_list " " cpu_name
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | parsecpu.awk | 135 ncpus = split (cpu_list, cpus) 218 ncpus = split (cpu_list, cpus) 247 ncpus = split (cpu_list, cpus) 433 ncpus = split (cpu_list, cpus) 460 ncpus = split (cpu_list, cpus) 480 ncpus = split (cpu_list, cpus) 886 cpu_list = cpu_list " " cpu_name
|
/netbsd-src/usr.sbin/cpuctl/ |
H A D | cpuctl.c | 62 static void cpu_list(char **); 76 { "list", false, false, cpu_list }, 315 cpu_list(char **argv) in cpu_list() function
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | cpuvar.h | 549 extern cpu_t *cpu_list; /* list of CPUs */
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
H A D | gprofng_ug.texi | 1912 @IndexSubentry{Options, @code{-cpu_list}} 1913 @IndexSubentry{Commands, @code{cpu_list}} 1914 Similar to the @command{thread_list} command, the @command{cpu_list} command 1924 $ gprofng display text -cpu_list -cpus mxv.2.thr.er 1933 + gprofng display text -cpu_list -cpus mxv.2.thr.er 1962 $ gprofng display text -cpu_list -sort name -cpus mxv.2.thr.er 3584 @item cpu_list 3585 @IndexSubentry{Options, @code{-cpu_list}} 3586 @IndexSubentry{Commands, @code{cpu_list}}
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
H A D | gprofng.texi | 1792 @IndexSubentry{Commands, @code{cpu_list}} 1793 Similar to the @code{thread_list} command, the @code{cpu_list} command 1802 $ gprofng display text -metrics e.%totalcpu -cpu_list -cpus mxv.8.thr.er
|
H A D | gprofng.info | 1468 Similar to the 'thread_list' command, the 'cpu_list' command displays 1474 $ gprofng display text -metrics e.%totalcpu -cpu_list -cpus mxv.8.thr.er 2843 * Commands, cpu_list: Commands Specific to Multithreading.
|
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/ |
H A D | dtrace.c | 12394 cp = cpu_list; 12428 } while ((cp = cp->cpu_next) != cpu_list); 12433 cp = cpu_list; 12458 } while ((cp = cp->cpu_next) != cpu_list);
|