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 8755f94 commit 6dd7a0fCopy full SHA for 6dd7a0f
tools/perf/tests/shell/trace_summary.sh
@@ -53,6 +53,12 @@ test_perf_trace "-as --summary-mode=thread --no-bpf-summary"
53
# summary only for system wide - total summary mode
54
test_perf_trace "-as --summary-mode=total --no-bpf-summary"
55
56
+if ! perf check feature -q bpf; then
57
+ echo "Skip --bpf-summary tests as perf built without libbpf"
58
+ rm -f ${OUTPUT}
59
+ exit 2
60
+fi
61
+
62
# summary only for system wide - per-thread summary with BPF
63
test_perf_trace "-as --summary-mode=thread --bpf-summary"
64
0 commit comments