We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59df607 commit dd8633bCopy full SHA for dd8633b
tools/perf/tests/shell/trace_summary.sh
@@ -62,4 +62,10 @@ test_perf_trace "-as --summary-mode=total --bpf-summary"
62
# summary with normal output for system wide - total summary mode with BPF
63
test_perf_trace "-aS --summary-mode=total --bpf-summary"
64
65
+# summary only for system wide - cgroup summary mode with BPF
66
+test_perf_trace "-as --summary-mode=cgroup --bpf-summary"
67
+
68
+# summary with normal output for system wide - cgroup summary mode with BPF
69
+test_perf_trace "-aS --summary-mode=cgroup --bpf-summary"
70
71
rm -f ${OUTPUT}
0 commit comments