This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/12748] need syscall-number database in tapset


https://sourceware.org/bugzilla/show_bug.cgi?id=12748

--- Comment #6 from Martin Cermak <mcermak at redhat dot com> ---
Created attachment 9345
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9345&action=edit
proposed patch

Attaching updated patch hopefully addressing all of the above.  It contains not
only updated generator script scripts/dump-syscalls.sh, but also
tapset/linux/syscall_table.stp with some generic stuff, and finally 3 arch
specific syscall tables and a testsuite bit.

So far it tests fine with the accept.c testcase, which isn't much, but should
be good enough for a proof of concept.  To address the mapping between
syscalls, function syscall_map(name1, name2) has been added.  Currently it is
being called from testsuite/systemtap.syscall/sys.stp.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]