Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/pmcstudy/
Dpmcstudy.c45 #define MAX_CPU 64 macro
176 extern struct counters *glob_cpu[MAX_CPU];
177 struct counters *glob_cpu[MAX_CPU];
2183 for(i=0, cnt=0; i<MAX_CPU; i++) { in print_header()
2189 for(i=0, printed_cnt=0; i<MAX_CPU; i++) { in print_header()
2216 if (lace_cpu >= MAX_CPU) { in lace_cpus_together()
2292 for(i=0, cnt=0; i<MAX_CPU; i++) { in process_file()
2926 for(i=0, cnt=0; i<MAX_CPU; i++) { in main()