Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Side by Side Diff: bench/valgrind.supp

Issue 248963005: Add valgrind suppressions for fglrx (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Valgrind suppressions for bench --config 8888 GPU NONRENDERING --runOnce 1 # Valgrind suppressions for bench --config 8888 GPU NONRENDERING --runOnce
2 # Pass this file to Valgrind with "--suppressions=bench/valgrind.supp" 2 # Pass this file to Valgrind with "--suppressions=bench/valgrind.supp"
3 { 3 {
4 fglrx 1
5 Memcheck:Param
6 ioctl(generic)
7 fun:ioctl
8 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
9 }
10 {
11 fglrx 2
12 Memcheck:Cond
13 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
14 }
15 {
16 fglrx 3
17 Memcheck:Addr8
18 fun:memcpy@GLIBC_2.2.5
19 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
20 }
21 {
22 fglrx 3
23 Memcheck:Addr2
24 fun:memcpy@GLIBC_2.2.5
25 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
26 }
27 {
28 fglrx 4
29 Memcheck:Addr8
30 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
31 }
32 {
33 fglrx 5
34 Memcheck:Leak
35 fun:malloc
36 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
37 }
38 {
4 NV driver 1 39 NV driver 1
5 Memcheck:Cond 40 Memcheck:Cond
6 obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32 41 obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32
7 } 42 }
8 { 43 {
9 NV driver 2 44 NV driver 2
10 Memcheck:Param 45 Memcheck:Param
11 write(buf) 46 write(buf)
12 fun:__write_nocancel 47 fun:__write_nocancel
13 } 48 }
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 } 221 }
187 { 222 {
188 rtree_(unsorted)* 2 http://skbug.com/2455 223 rtree_(unsorted)* 2 http://skbug.com/2455
189 Memcheck:Cond 224 Memcheck:Cond
190 fun:_ZN14BBoxQueryBench6onDrawEiP8SkCanvas 225 fun:_ZN14BBoxQueryBench6onDrawEiP8SkCanvas
191 fun:_Z9tool_mainiPPc 226 fun:_Z9tool_mainiPPc
192 fun:(below main) 227 fun:(below main)
193 } 228 }
194 229
195 230
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698