| .. | .. |
|---|
| 49 | 49 | perf record --call-graph fp kill (test-record-graph-fp) |
|---|
| 50 | 50 | perf record --group -e cycles,instructions kill (test-record-group) |
|---|
| 51 | 51 | perf record -e '{cycles,instructions}' kill (test-record-group1) |
|---|
| 52 | + perf record -e '{cycles/period=1/,instructions/period=2/}:S' kill (test-record-group2) |
|---|
| 52 | 53 | perf record -D kill (test-record-no-delay) |
|---|
| 53 | 54 | perf record -i kill (test-record-no-inherit) |
|---|
| 54 | 55 | perf record -n kill (test-record-no-samples) |
|---|
| 55 | 56 | perf record -c 100 -P kill (test-record-period) |
|---|
| 57 | + perf record -c 1 --pfm-events=cycles:period=2 (test-record-pfm-period) |
|---|
| 56 | 58 | perf record -R kill (test-record-raw) |
|---|
| 57 | 59 | perf stat -e cycles kill (test-stat-basic) |
|---|
| 58 | 60 | perf stat kill (test-stat-default) |
|---|