Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / tools / perf / tests / attr / test-record-group-sampling
1 [config]
2 command = record
3 args    = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
4 ret     = 1
5
6 [event-1:base-record]
7 fd=1
8 group_fd=-1
9 sample_type=343
10 read_format=12
11 inherit=0
12
13 [event-2:base-record]
14 fd=2
15 group_fd=1
16
17 # cache-misses
18 type=0
19 config=3
20
21 # default | PERF_SAMPLE_READ
22 sample_type=343
23
24 # PERF_FORMAT_ID | PERF_FORMAT_GROUP
25 read_format=12
26 task=0
27 mmap=0
28 comm=0
29 enable_on_exec=0
30 disabled=0
31
32 # inherit is disabled for group sampling
33 inherit=0
34
35 # sampling disabled
36 sample_freq=0
37 sample_period=0
38 freq=0
39 write_backward=0