Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
231b19fca0e47d98625a1fd1a374ecacd34da875
/
defs.h
43b110b
Export at_flags
by Dmitry V. Levin
· 10 years ago
b1a01b8
Export sprinttime
by Dmitry V. Levin
· 10 years ago
9514ac7
file.c: export sprintmode and move it to a separate file
by Dmitry V. Levin
· 10 years ago
a807dce
Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg
by Masatake YAMATO
· 10 years ago
0cc9614
Implement Video4Linux video-input ioctls decoder
by Philippe De Muyter
· 10 years ago
3e252ca
Remove ioctl header file names from the executable
by Dmitry V. Levin
· 10 years ago
02f9f6b
Add a function for dumping iovec in msghdr used in sendmsg and recvmsg
by Masatake YAMATO
· 10 years ago
22e34b9
Don't risk truncating open flags by using mode_t
by Elliott Hughes
· 10 years ago
4176d53
fsmagic: sort array by value and use bsearch for faster lookup
by Dmitry V. Levin
· 10 years ago
2f6510c
Add -yy option: print ip and port associated with socket descriptors
by Dmitry V. Levin
· 10 years ago
3ed5d02
Fix compilation warnings reported by gcc -Wsign-compare
by Dmitry V. Levin
· 10 years ago
45e7b18
Prepare for -yy option support
by Dmitry V. Levin
· 10 years ago
3c49b02
Fix preadv/pwritev offset decoding on bigendian architectures
by Dmitry V. Levin
· 10 years ago
64aa1b1
Decode paths associated with file descriptors returned by syscalls
by Zubin Mithra
· 11 years ago
1d78d22
unwind: introduce markers specifying the needs of special care in unwinding
by Masatake YAMATO
· 11 years ago
9bc6561
unwind: implement automatic mmap cache invalidation
by Masatake YAMATO
· 11 years ago
f8e39d7
unwind: introduce queue_t for capturing stacktrace
by Masatake YAMATO
· 11 years ago
6141392
unwind: give all exported functions "unwind_" prefix
by Masatake YAMATO
· 11 years ago
b65042f
unwind: make alloc_mmap_cache function local
by Masatake YAMATO
· 11 years ago
327064b
Add -k option to print stack trace after each syscall
by Luca Clementi
· 12 years ago
e53bf23
Optionally produce stats on syscall latency
by Mark Hills
· 11 years ago
ac5133d
Constify count_syscall function
by Dmitry V. Levin
· 11 years ago
447db45
Constify tv_* functions
by Dmitry V. Levin
· 11 years ago
3b09ebe
Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
by James Hogan
· 11 years ago
7845a42
Fix preadv/pwritev offset decoding
by Dmitry V. Levin
· 11 years ago
99db95d
Implement fanotify_init and fanotify_mark decoding
by Dmitry V. Levin
· 11 years ago
82b1ea7
Itroduce XLAT_END macro to make xlat structures more compact
by Dmitry V. Levin
· 11 years ago
a69ddcb
Introduce XLAT macro to ease maintenance of xlat structures
by Dmitry V. Levin
· 11 years ago
b88a6f8
Decode ptp ioctls
by Stefan Sørensen
· 11 years ago
03ef0b2
Assume that <sys/ptrace.h> provides a valid ptrace prototype
by Dmitry V. Levin
· 11 years ago
0506f0f
Stop using _LFS64_LARGEFILE
by Dmitry V. Levin
· 11 years ago
6974bd4
Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific
by Dmitry V. Levin
· 11 years ago
b338f2d
Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.
by Denys Vlasenko
· 11 years ago
7daacbb
Add support for ARC Cores from Synopsys
by Vineet Gupta
· 11 years ago
5e133aa
Fix sigset printing via print_sigset().
by Denys Vlasenko
· 12 years ago
76da831
Group USE_CUSTOM_PRINTF define with other tweakables
by Denys Vlasenko
· 12 years ago
b51f364
Improve sigreturn decoding on x86 to show RT signal bits too.
by Denys Vlasenko
· 12 years ago
a34dead
powerpc: fix iflag build issue (static -> extern)
by Anton Blanchard
· 12 years ago
5a2483b
Remove ia64-specific printing of current address on signal delivery
by Denys Vlasenko
· 12 years ago
c09646a
Rename ia32 to ia64_ia32mode, and make it bool, not long
by Denys Vlasenko
· 12 years ago
4793221
Fold is_restart_error() into its sole user
by Denys Vlasenko
· 12 years ago
752e5a0
Change upeek() to take pid, not full tcp.
by Denys Vlasenko
· 12 years ago
ce6e33b
powerpc: Use PTRACE_GETREGS to fetch all registers
by Anton Blanchard
· 12 years ago
fadbf66
Get rid of TCB_INUSE and TCB_STRACE_CHILD
by Denys Vlasenko
· 12 years ago
f1669e7
Cleanups. No logic changes.
by Denys Vlasenko
· 12 years ago
2a3d275
Hide startup syscalls.
by Denys Vlasenko
· 12 years ago
01997cf
Allow -q to be repeated for very quiet output
by Daniel P. Berrange
· 12 years ago
3883ab8
mips: fix build regression
by Mike Frysinger
· 12 years ago
2690fad
mips o32: raise the max number of syscall arguments to 7
by Dmitry V. Levin
· 12 years ago
d648f29
Decode mtd/ubi ioctls
by Mike Frysinger
· 12 years ago
8f636ed
Add support for the XTENSA architecture
by Chris Zankel
· 12 years ago
7d5696f
i386, tile, x32: do not redefine ptrace prototype
by Dmitry V. Levin
· 12 years ago
5198ed4
Open-code isprint(c) and isspace(c)
by Denys Vlasenko
· 12 years ago
61ad0a4
Stop using a large static buffer in getfdpath
by Denys Vlasenko
· 12 years ago
38cfe7c
Remove variable tracing_paths and check in pathtrace_match
by Denys Vlasenko
· 12 years ago
7239dbc
Use dynamically-sized selected[] array for -P PATH
by Denys Vlasenko
· 12 years ago
5f999a8
Add support for Imagination Technologies Meta
by James Hogan
· 12 years ago
05f3251
Assorted NOMMU fixes
by Denys Vlasenko
· 12 years ago
9cbc15b
Eliminate MAX_QUALS, make qualifier array dynamic
by Denys Vlasenko
· 12 years ago
a9fe13c
Create and use struct_sysent and struct_ioctlent typedefs.
by Denys Vlasenko
· 12 years ago
40d63b9
Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()
by Denys Vlasenko
· 12 years ago
c1540fe
Remove unused QUAL_FAULT code (was used by non-Linux code only).
by Denys Vlasenko
· 12 years ago
a585c9d
Use uint8_t for qual_flags[] instead of ints.
by Denys Vlasenko
· 12 years ago
74ec14f
Eliminate many SCNO_IS_VALID checks
by Denys Vlasenko
· 12 years ago
7270de5
ARM: make it one-personality arch
by Denys Vlasenko
· 12 years ago
4bfb198
Use the same style of includes in linux/*/* files
by Denys Vlasenko
· 12 years ago
5c9d8f4
Make it possible to to do test builds for NOMMU architectures
by Denys Vlasenko
· 12 years ago
c9d0fc0
Remove broken HAVE_LONG_LONG conditionals
by Denys Vlasenko
· 12 years ago
86738a2
Merge two identical tables
by Denys Vlasenko
· 12 years ago
c956ef0
Simple optimization in get_error
by Denys Vlasenko
· 12 years ago
5721cdb
Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID
by Denys Vlasenko
· 12 years ago
48e4c1b
Finish prefixing regs struct names with arch_
by Denys Vlasenko
· 12 years ago
2550d48
Use the same type for i386_regs on 32-bit and 64-bit x86.
by Denys Vlasenko
· 12 years ago
e015d2d
Macroize conditional signed widening operation
by Denys Vlasenko
· 12 years ago
ae8643e
A better handling of current_wordsize
by Denys Vlasenko
· 12 years ago
492f81f
Add support for the OpenRISC 1000 platform
by Christian Svensson
· 12 years ago
eec8d5d
[X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers.
by Denys Vlasenko
· 12 years ago
d4d3ede
Factor out code to check addr, fetch and print siginfo
by Denys Vlasenko
· 12 years ago
bf357fc
Remove hacks for old kernels for architectures which require new kernels
by Denys Vlasenko
· 12 years ago
d27809c
Remove old kernel hacks for architectures which require new kernels
by Denys Vlasenko
· 12 years ago
9472a27
Remove unused / ambiguously used defines
by Denys Vlasenko
· 12 years ago
28ac68f
Optimize AArch64 handling of 32-bit personality
by Denys Vlasenko
· 12 years ago
401374e
Rename ARM's regs structure to arm_regs
by Denys Vlasenko
· 12 years ago
8d4ca0c
Shortcut tests for fork/exec syscalls
by Denys Vlasenko
· 12 years ago
af8dc6b
tile: fix merge skew with new get_regs architecture
by Chris Metcalf
· 12 years ago
0b99a8a
Add tilegx support to strace
by Chris Metcalf
· 12 years ago
ce7d953
Optimize out PTRACE_PEEKUSER with -i
by Denys Vlasenko
· 12 years ago
890a5ca
Add support for tracing 32-bit ARM EABI binaries on AArch64
by Steve McIntyre
· 12 years ago
d8d3bd3
Add AArch64 support to strace
by Steve McIntyre
· 12 years ago
9679296
Add -e trace=memory option
by Namhyung Kim
· 12 years ago
26bc060
Enable usage of PTRACE_SEIZE
by Denys Vlasenko
· 13 years ago
c52826c
Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches
by Denys Vlasenko
· 13 years ago
b5d43b8
Fix printstr's len parameter width
by Denys Vlasenko
· 13 years ago
e0bc222
Fix recvmsg decode: do not show more data than actually returned
by Denys Vlasenko
· 13 years ago
ebee04c
Decode /dev/loop ioctls
by Mike Frysinger
· 13 years ago
085e428
x32: add ia32 support
by H.J. Lu
· 13 years ago
6e4f3c1
Add custom (faster) vfprintf implementation (disabled by default)
by Denys Vlasenko
· 13 years ago
35be581
Add x32 support to strace
by H.J. Lu
· 13 years ago
dd0130b
Restore tcb::u_lrval; fix lseek on MIPS-n32
by H.J. Lu
· 13 years ago
0cbed35
Decode mtd ioctls
by Mike Frysinger
· 13 years ago
Next »