• Home
  • History
  • Annotate
  • only in /external/ltrace/sysdeps/linux-gnu/
NameDateSize

..23-Aug-20164 KiB

aarch64/23-Aug-20164 KiB

alpha/23-Aug-20164 KiB

arch_mksyscallent23-Aug-20161.5 KiB

arch_syscallent.h23-Aug-201644

arm/23-Aug-20164 KiB

breakpoint.c23-Aug-20163.9 KiB

cris/23-Aug-20164 KiB

events.c23-Aug-20169.7 KiB

events.h23-Aug-20161.4 KiB

hooks.c23-Aug-20165.2 KiB

ia64/23-Aug-20164 KiB

m68k/23-Aug-20164 KiB

Makefile.am23-Aug-20161.3 KiB

metag/23-Aug-20164 KiB

mips/23-Aug-20164 KiB

mksignalent23-Aug-20161.3 KiB

mksyscallent23-Aug-20161.6 KiB

mksyscallent_mips23-Aug-20161.5 KiB

mksyscallent_s39023-Aug-20161.4 KiB

os.h23-Aug-20161.2 KiB

ppc/23-Aug-20164 KiB

proc.c23-Aug-201617 KiB

README23-Aug-2016579

s390/23-Aug-20164 KiB

signalent1.h23-Aug-201644

sparc/23-Aug-20164 KiB

syscallent1.h23-Aug-201644

trace-defs.h23-Aug-20162.3 KiB

trace.c23-Aug-201638.5 KiB

trace.h23-Aug-20165.2 KiB

x86/23-Aug-20164 KiB

README

1* "arch/syscallent.h" is made from <asm/unistd.h>.
2  It can be done automatically with "mksyscallent" for all the
3  architectures except "mips" (as of linux-2.2.12)
4
5* "arch/signalent.h" is made from <asm/signal.h>.
6  It can be done automatically with "mksignalent" for all the
7  architectures. (linux-2.2.12)
8
9* s390 uses mksyscallent_s390, rather than mksyscallent
10
11* NOTE: This does not currently work for cross-compilers; Maybe
12  I should guess the architecture using `gcc -print-libgcc-file-name'
13  instead of `uname -m' (or even better, use the value returned by autoconf)
14