> I added this entry to the filecoregrind/m_syswrap/syswrap-linux.c :
> 
>    10166 PRE(0x30000001)
>    10167 {
>    10168         PRINT("NVIDIA UvmInitialize ioctl");
>    10169 }

The right place to add it is PRE(sys_ioctl) and POST(sys_ioctl).

A more fundamental question is, are you running a kernel with NVidia-
specific hacks?  What is this ioctl 0x30000001 ?  What does it do?  Is
it in the mainline linux kernel sources?

J


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to