Lines Matching defs:summary
208 bool summary;
1591 if (trace->summary) {
2952 if (trace->summary)
4627 if (trace->summary) {
4787 else if (trace->summary)
5298 pr_err("Unknown summary mode: %s\n", str);
5444 OPT_BOOLEAN('s', "summary", &trace.summary_only,
5445 "Show only syscall summary with statistics"),
5446 OPT_BOOLEAN('S', "with-summary", &trace.summary,
5447 "Show all syscalls and summary with statistics"),
5448 OPT_BOOLEAN(0, "errno-summary", &trace.errno_summary,
5450 OPT_CALLBACK(0, "summary-mode", &trace, "mode",
5451 "How to show summary: select thread (default), total or cgroup",
5486 OPT_BOOLEAN(0, "bpf-summary", &trace.summary_bpf, "Summary syscall stats in BPF"),
5487 OPT_INTEGER(0, "max-summary", &trace.max_summary,
5488 "Max number of entries in the summary."),
5585 pr_err("Error: --bpf-summary only works for system-wide mode.\n");
5726 /* Using just --errno-summary will trigger --summary */
5727 if (trace.errno_summary && !trace.summary && !trace.summary_only)
5730 /* summary_only implies summary option, but don't overwrite summary if set */
5732 trace.summary = trace.summary_only;
5734 /* Keep exited threads, otherwise information might be lost for summary */
5735 if (trace.summary) {
5741 pr_err("Error: --summary-mode=cgroup only works with --bpf-summary\n");