Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c43 #define MAX_CPU 64 macro
174 extern struct counters *glob_cpu[MAX_CPU];
175 struct counters *glob_cpu[MAX_CPU];
2181 for(i=0, cnt=0; i<MAX_CPU; i++) { in print_header()
2187 for(i=0, printed_cnt=0; i<MAX_CPU; i++) { in print_header()
2214 if (lace_cpu >= MAX_CPU) { in lace_cpus_together()
2296 for(i=0, cnt=0; i<MAX_CPU; i++) { in process_file()
2930 for(i=0, cnt=0; i<MAX_CPU; i++) { in main()