File: test-record-group-sampling1

package info (click to toggle)
linux 6.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724,576 kB
  • sloc: ansic: 26,558,545; asm: 271,315; sh: 143,998; python: 72,469; makefile: 57,126; perl: 36,821; xml: 19,553; cpp: 5,820; yacc: 4,915; lex: 2,955; awk: 1,667; sed: 28; ruby: 25
file content (50 lines) | stat: -rw-r--r-- 895 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[config]
command = record
args    = --no-bpf-event -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
ret     = 1
kernel_since = 6.12

[event-1:base-record]
fd=1
group_fd=-1

# cycles
type=0
config=0

# default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
sample_type=343

# PERF_FORMAT_ID | PERF_FORMAT_GROUP  | PERF_FORMAT_LOST | PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FORMAT_TOTAL_TIME_RUNNING
read_format=28|31
task=1
mmap=1
comm=1
enable_on_exec=1
disabled=1

# inherit is enabled for group sampling
inherit=1

[event-2:base-record]
fd=2
group_fd=1

# cache-misses
type=0
config=3

# default | PERF_SAMPLE_READ | PERF_SAMPLE_PERIOD
sample_type=343

# PERF_FORMAT_ID | PERF_FORMAT_GROUP  | PERF_FORMAT_LOST | PERF_FORMAT_TOTAL_TIME_ENABLED | PERF_FORMAT_TOTAL_TIME_RUNNING
read_format=28|31
task=0
mmap=0
comm=0
enable_on_exec=0
disabled=0
freq=0

# inherit is enabled for group sampling
inherit=1