hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/tools/perf/tests/attr/README
....@@ -49,10 +49,12 @@
4949 perf record --call-graph fp kill (test-record-graph-fp)
5050 perf record --group -e cycles,instructions kill (test-record-group)
5151 perf record -e '{cycles,instructions}' kill (test-record-group1)
52
+ perf record -e '{cycles/period=1/,instructions/period=2/}:S' kill (test-record-group2)
5253 perf record -D kill (test-record-no-delay)
5354 perf record -i kill (test-record-no-inherit)
5455 perf record -n kill (test-record-no-samples)
5556 perf record -c 100 -P kill (test-record-period)
57
+ perf record -c 1 --pfm-events=cycles:period=2 (test-record-pfm-period)
5658 perf record -R kill (test-record-raw)
5759 perf stat -e cycles kill (test-stat-basic)
5860 perf stat kill (test-stat-default)