Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c60 static int show_set = 0; variable
103 show_set = 1; in main()
109 if (show_set == 1) in main()
161 if (display_agg || show_set || display_pset != -1) in main()
203 print_header(int display_agg, int show_set) in print_header() argument
211 if (show_set == 1) in print_header()
274 if (show_set) in print_cpu()
496 print_header(display_agg, show_set); in show_cpu_usage()