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

Side by Side Diff: bench/valgrind.supp

Issue 256623003: Rework ATI driver suppressions for bench valgrind (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 4 ATI driver 1
5 Memcheck:Param 5 Memcheck:Param
6 ioctl(generic) 6 ioctl(generic)
7 fun:ioctl 7 fun:ioctl
8 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 8 ...
9 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
9 } 10 }
10 { 11 {
11 fglrx 2 12 ATI driver 2
12 Memcheck:Cond 13 Memcheck:Cond
13 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 14 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
14 } 15 }
15 { 16 {
16 fglrx 3 17 ATI driver 3
17 Memcheck:Addr8 18 Memcheck:Addr8
18 fun:memcpy@GLIBC_2.2.5 19 ...
19 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 20 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
20 } 21 }
21 { 22 {
22 fglrx 3 23 ATI driver 4
23 Memcheck:Addr2 24 Memcheck:Addr4
24 fun:memcpy@GLIBC_2.2.5 25 ...
25 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 26 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
26 } 27 }
27 { 28 {
28 fglrx 4 29 ATI driver 5
29 Memcheck:Addr8 30 Memcheck:Addr2
30 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 31 ...
32 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
31 } 33 }
32 { 34 {
33 fglrx 5 35 ATI driver 6
34 Memcheck:Leak 36 Memcheck:Addr1
35 fun:malloc 37 ...
36 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 38 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
39 }
40 {
41 ATI driver 7
42 Memcheck:Leak
43 fun:malloc
44 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
45 }
46 {
47 ATI driver 8
48 Memcheck:Overlap
49 fun:strcpy
50 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
51 }
52 {
53 ATI driver 9
54 Memcheck:Leak
55 fun:calloc
56 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
57 }
58 {
59 ATI driver 10
60 Memcheck:Leak
61 fun:malloc
62 obj:/usr/lib/fglrx/fglrx-libGL.so.1.2
37 } 63 }
38 { 64 {
39 NV driver 1 65 NV driver 1
40 Memcheck:Cond 66 Memcheck:Cond
41 obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32 67 obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32
42 } 68 }
43 { 69 {
44 NV driver 2 70 NV driver 2
45 Memcheck:Param 71 Memcheck:Param
46 write(buf) 72 write(buf)
(...skipping 27 matching lines...) Expand all
74 fun:inflateInit2_ 100 fun:inflateInit2_
75 fun:png_create_read_struct_2 101 fun:png_create_read_struct_2
76 fun:png_create_read_struct 102 fun:png_create_read_struct
77 fun:_ZN17SkPNGImageDecoder12onDecodeInitEP8SkStreamPP14png_struct_defPP15png_ info_struct 103 fun:_ZN17SkPNGImageDecoder12onDecodeInitEP8SkStreamPP14png_struct_defPP15png_ info_struct
78 fun:_ZN17SkPNGImageDecoder8onDecodeEP8SkStreamP8SkBitmapN14SkImageDecoder4Mod eE 104 fun:_ZN17SkPNGImageDecoder8onDecodeEP8SkStreamP8SkBitmapN14SkImageDecoder4Mod eE
79 fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS2_6ConfigENS_4ModeE 105 fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS2_6ConfigENS_4ModeE
80 fun:_ZN15SkipZeroesBench6onDrawEiP8SkCanvas 106 fun:_ZN15SkipZeroesBench6onDrawEiP8SkCanvas
81 fun:_Z9tool_mainiPPc 107 fun:_Z9tool_mainiPPc
82 fun:(below main) 108 fun:(below main)
83 } 109 }
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