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 #5 from David Smith <dsmith at redhat dot com> ---
(In reply to Martin Cermak from comment #1)
> Created attachment 9343 [details]
> syscall table tapset generator script

This script will probably need to become more generic. Right now it assumes an
arch has both a 64-bit and 32-bit syscall table. 32-bit only arches (i686, arm)
will only have 1 32-bit syscall table. Some 64-bit arches don't have a
corresponding 32-bit syscall tables (aarch64, ia64). s390x has a 31-bit syscall
table, but we can probably treat it like a 32-bit syscall table.

-- 
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]