Lines Matching defs:summary
235 bool summary;
2872 printf("\nIdle-time summary\n");
2876 printf("\nWait-time summary\n");
2880 printf("\nRuntime summary\n");
3101 /* summary_only implies summary option, but don't overwrite summary if set */
3103 sched->summary = sched->summary_only;
3118 if (sched->summary)
3536 OPT_BOOLEAN('s', "summary", &sched.summary_only,
3537 "Show only syscall summary with statistics"),
3538 OPT_BOOLEAN('S', "with-summary", &sched.summary,
3539 "Show all syscalls and summary with statistics"),