This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathperf.yaml
135 lines (131 loc) · 3.69 KB
/
perf.yaml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
globals:
- environments: &environments_arm32
- qemu-armv7
- qemu_arm
- x15
- environments: &environments_i386
- i386
- qemu-i386
- qemu_i386
- environments: &environments_32bit
- i386
- qemu-armv7
- qemu-i386
- qemu_arm
- qemu_i386
- x15
projects:
- name: LKFT-perf
projects: &projects_all
- lkft/linux-next-master
- lkft/linux-mainline-master
- lkft/linux-stable-rc-linux-6.9.y
- lkft/linux-stable-rc-linux-6.8.y
- lkft/linux-stable-rc-linux-6.7.y
- lkft/linux-stable-rc-linux-6.6.y
- lkft/linux-stable-rc-linux-6.5.y
- lkft/linux-stable-rc-linux-6.1.y
- lkft/linux-stable-rc-linux-5.15.y
- lkft/linux-stable-rc-linux-5.10.y
- lkft/linux-stable-rc-linux-5.4.y
- lkft/linux-stable-rc-linux-4.19.y
- lkft/linux-stable-rc-linux-4.14.y
- lkft/linux-stable-rc-linux-4.9.y
- lkft/linux-stable-rc-linux-4.4.y
- lkft/linaro-hikey-stable-rc-4.4-oe
url: https://qa-reports.linaro.org
environments: &environments_all
- bcm2711-rpi-4-b
- bcm2711-rpi-4-b-64k_page_size
- bcm2711-rpi-4-b-clang
- dragonboard-410c
- dragonboard-845c
- e850-96
- fvp-aemva
- fx700
- hi6220-hikey
- i386
- juno-r2
- juno-r2-kasan
- nxp-ls2088
- qemu-arm64
- qemu-armv7
- qemu-i386
- qemu-x86_64
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- rk3399-rock-pi-4b
- x15
- x86
- x86-kasan
known_issues:
- environments:
- qemu_i386
notes: >
qemu_i386: perf record and report test fail
unchecked MSR access error: WRMSR to 0xc0010200
These are intermittent failures
projects: *projects_all
test_names:
- perf/perf_record_test
- perf/perf_report_test
url: https://bugs.linaro.org/show_bug.cgi?id=5478
active: true
intermittent: true
- environments: *environments_all
notes: >
perf test case Object code reading: FAILED
test child forked, pid 601
Looking at the vmlinux_path (8 entries long)
symsrc__init cannot get elf header.
Failed to open /proc/kcore. Note /proc/kcore requires CAP_SYS_RAWIO capability to access.
Using /proc/kallsyms for symbols
Parsing event 'cycles:u'
perf_evlist__open() failed!
No such file or directory
test child finished with -1
Test results showing failed on all arm64 and arm.
intermittent failure on i386.
projects: *projects_all
test_names:
- perf/Object-code-reading
- perf/Test-object-code-reading
url: https://bugs.linaro.org/show_bug.cgi?id=5470
active: true
intermittent: true
- environments: *environments_all
notes: >
perf test case Read backward ring buffer failed on 32bit arch.
failed on arm32 x15 device, qemu_arm32 and qemu_i386.
intermittent failure on i386.
50 Read backward ring buffer
--- start ---
test child forked, pid 510
Using CPUID GenuineIntel-6-9E-9
mmap size 1052672B
mmap size 8192B
Finished reading overwrite ring buffer rewind
free() invalid next size (fast)
test child interrupted
---- end ----
Read backward ring buffer FAILED!
projects: *projects_all
test_names:
- perf/Read-backward-ring-buffer
- perf/Test-backward-reading-from-ring-buffer
url: https://bugs.linaro.org/show_bug.cgi?id=5471
active: true
intermittent: true
- environments: *environments_all
notes: >
Perf build-id-cache-operations fails intermittently.
Test pass from tuxmake pipeline builds
Test fails from jenkins builds
projects: *projects_all
test_names:
- perf/build-id-cache-operations
url: https://bugs.linaro.org/show_bug.cgi?id=5807
active: true
intermittent: true