On Monday 06 May 2013 21:49:22 Mike Frysinger wrote: > On Monday 06 May 2013 19:49:01 Chris Zankel wrote: > > Now, readahead, and possibly all other syscalls that take 64-bit > > arguments are handled by specific functions, so the problem doesn't > > really exist in those cases. However, looking at arm (5), powerpc (5), > > mips (5), tile (4), x86 (4), they seem to use the syscallent field as > > the number of registers that need to be fetched from the kernel rather > > than the number of arguments printed. > > i think you do point out though that the value is wrong for 64bit arches -- > it should be 3: > syscall(__NR_readahead, > 1 /* arg1: fd */, > 0 /* arg2: off */, > 0 /* arg3: count*/);
aaaand Dmitry has already fixed it :) -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
