aboutsummaryrefslogtreecommitdiffstats
path: root/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Decode paths associated with file descriptors returned by syscallsZubin Mithra2014-06-041-3/+4
* unwind: introduce markers specifying the needs of special care in unwindingMasatake YAMATO2014-05-301-0/+2
* unwind: implement automatic mmap cache invalidationMasatake YAMATO2014-05-301-0/+1
* unwind: introduce queue_t for capturing stacktraceMasatake YAMATO2014-05-301-0/+2
* unwind: give all exported functions "unwind_" prefixMasatake YAMATO2014-05-301-5/+5
* unwind: make alloc_mmap_cache function localMasatake YAMATO2014-05-301-1/+0
* Add -k option to print stack trace after each syscallLuca Clementi2014-05-301-0/+19
* Optionally produce stats on syscall latencyMark Hills2014-05-291-0/+1
* Constify count_syscall functionDmitry V. Levin2014-05-291-1/+1
* Constify tv_* functionsDmitry V. Levin2014-05-291-7/+7
* Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_TJames Hogan2014-05-211-1/+1
* Fix preadv/pwritev offset decodingDmitry V. Levin2014-04-171-1/+5
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-051-0/+1
* Itroduce XLAT_END macro to make xlat structures more compactDmitry V. Levin2014-02-051-0/+1
* Introduce XLAT macro to ease maintenance of xlat structuresDmitry V. Levin2014-02-051-0/+1
* Decode ptp ioctlsStefan Sørensen2014-02-041-0/+1
* Assume that <sys/ptrace.h> provides a valid ptrace prototypeDmitry V. Levin2013-11-131-18/+7
* Stop using _LFS64_LARGEFILEDmitry V. Levin2013-11-121-6/+0
* Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specificDmitry V. Levin2013-11-121-1/+3
* Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko2013-11-091-0/+1
* Add support for ARC Cores from SynopsysVineet Gupta2013-09-111-0/+2
* Fix sigset printing via print_sigset().Denys Vlasenko2013-07-181-1/+1
* Group USE_CUSTOM_PRINTF define with other tweakablesDenys Vlasenko2013-07-161-8/+10
* Improve sigreturn decoding on x86 to show RT signal bits too.Denys Vlasenko2013-07-161-2/+2
* powerpc: fix iflag build issue (static -> extern)Anton Blanchard2013-07-121-0/+1
* Remove ia64-specific printing of current address on signal deliveryDenys Vlasenko2013-07-011-1/+1
* Rename ia32 to ia64_ia32mode, and make it bool, not longDenys Vlasenko2013-07-011-1/+1
* Fold is_restart_error() into its sole userDenys Vlasenko2013-06-301-1/+13
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-281-1/+1
* powerpc: Use PTRACE_GETREGS to fetch all registersAnton Blanchard2013-06-261-1/+4
* Get rid of TCB_INUSE and TCB_STRACE_CHILDDenys Vlasenko2013-06-261-13/+11
* Cleanups. No logic changes.Denys Vlasenko2013-06-181-10/+8
* Hide startup syscalls.Denys Vlasenko2013-05-141-0/+1
* Allow -q to be repeated for very quiet outputDaniel P. Berrange2013-05-131-1/+1
* mips: fix build regressionMike Frysinger2013-05-071-1/+1
* mips o32: raise the max number of syscall arguments to 7Dmitry V. Levin2013-05-071-13/+18
* Decode mtd/ubi ioctlsMike Frysinger2013-05-021-0/+10
* Add support for the XTENSA architectureChris Zankel2013-03-251-0/+1
* i386, tile, x32: do not redefine ptrace prototypeDmitry V. Levin2013-03-181-1/+2
* Open-code isprint(c) and isspace(c)Denys Vlasenko2013-03-061-1/+4
* Stop using a large static buffer in getfdpathDenys Vlasenko2013-03-061-1/+1
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-051-1/+3
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-051-1/+1
* Add support for Imagination Technologies MetaJames Hogan2013-03-051-1/+3
* Assorted NOMMU fixesDenys Vlasenko2013-02-261-1/+1
* Eliminate MAX_QUALS, make qualifier array dynamicDenys Vlasenko2013-02-221-12/+18
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-221-9/+9
* Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()Denys Vlasenko2013-02-221-2/+2
* Remove unused QUAL_FAULT code (was used by non-Linux code only).Denys Vlasenko2013-02-211-4/+3
* Use uint8_t for qual_flags[] instead of ints.Denys Vlasenko2013-02-211-1/+2