Lines Matching defs:summary
234 bool summary;
2831 printf("\nIdle-time summary\n");
2835 printf("\nWait-time summary\n");
2839 printf("\nRuntime summary\n");
3065 /* summary_only implies summary option, but don't overwrite summary if set */
3067 sched->summary = sched->summary_only;
3082 if (sched->summary)
3485 OPT_BOOLEAN('s', "summary", &sched.summary_only,
3486 "Show only syscall summary with statistics"),
3487 OPT_BOOLEAN('S', "with-summary", &sched.summary,
3488 "Show all syscalls and summary with statistics"),