index
:
android_external_strace
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-9.1.0
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
defs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decode paths associated with file descriptors returned by syscalls
Zubin Mithra
2014-06-04
1
-3
/
+4
*
unwind: introduce markers specifying the needs of special care in unwinding
Masatake YAMATO
2014-05-30
1
-0
/
+2
*
unwind: implement automatic mmap cache invalidation
Masatake YAMATO
2014-05-30
1
-0
/
+1
*
unwind: introduce queue_t for capturing stacktrace
Masatake YAMATO
2014-05-30
1
-0
/
+2
*
unwind: give all exported functions "unwind_" prefix
Masatake YAMATO
2014-05-30
1
-5
/
+5
*
unwind: make alloc_mmap_cache function local
Masatake YAMATO
2014-05-30
1
-1
/
+0
*
Add -k option to print stack trace after each syscall
Luca Clementi
2014-05-30
1
-0
/
+19
*
Optionally produce stats on syscall latency
Mark Hills
2014-05-29
1
-0
/
+1
*
Constify count_syscall function
Dmitry V. Levin
2014-05-29
1
-1
/
+1
*
Constify tv_* functions
Dmitry V. Levin
2014-05-29
1
-7
/
+7
*
Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
James Hogan
2014-05-21
1
-1
/
+1
*
Fix preadv/pwritev offset decoding
Dmitry V. Levin
2014-04-17
1
-1
/
+5
*
Implement fanotify_init and fanotify_mark decoding
Dmitry V. Levin
2014-02-05
1
-0
/
+1
*
Itroduce XLAT_END macro to make xlat structures more compact
Dmitry V. Levin
2014-02-05
1
-0
/
+1
*
Introduce XLAT macro to ease maintenance of xlat structures
Dmitry V. Levin
2014-02-05
1
-0
/
+1
*
Decode ptp ioctls
Stefan Sørensen
2014-02-04
1
-0
/
+1
*
Assume that <sys/ptrace.h> provides a valid ptrace prototype
Dmitry V. Levin
2013-11-13
1
-18
/
+7
*
Stop using _LFS64_LARGEFILE
Dmitry V. Levin
2013-11-12
1
-6
/
+0
*
Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific
Dmitry V. Levin
2013-11-12
1
-1
/
+3
*
Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.
Denys Vlasenko
2013-11-09
1
-0
/
+1
*
Add support for ARC Cores from Synopsys
Vineet Gupta
2013-09-11
1
-0
/
+2
*
Fix sigset printing via print_sigset().
Denys Vlasenko
2013-07-18
1
-1
/
+1
*
Group USE_CUSTOM_PRINTF define with other tweakables
Denys Vlasenko
2013-07-16
1
-8
/
+10
*
Improve sigreturn decoding on x86 to show RT signal bits too.
Denys Vlasenko
2013-07-16
1
-2
/
+2
*
powerpc: fix iflag build issue (static -> extern)
Anton Blanchard
2013-07-12
1
-0
/
+1
*
Remove ia64-specific printing of current address on signal delivery
Denys Vlasenko
2013-07-01
1
-1
/
+1
*
Rename ia32 to ia64_ia32mode, and make it bool, not long
Denys Vlasenko
2013-07-01
1
-1
/
+1
*
Fold is_restart_error() into its sole user
Denys Vlasenko
2013-06-30
1
-1
/
+13
*
Change upeek() to take pid, not full tcp.
Denys Vlasenko
2013-06-28
1
-1
/
+1
*
powerpc: Use PTRACE_GETREGS to fetch all registers
Anton Blanchard
2013-06-26
1
-1
/
+4
*
Get rid of TCB_INUSE and TCB_STRACE_CHILD
Denys Vlasenko
2013-06-26
1
-13
/
+11
*
Cleanups. No logic changes.
Denys Vlasenko
2013-06-18
1
-10
/
+8
*
Hide startup syscalls.
Denys Vlasenko
2013-05-14
1
-0
/
+1
*
Allow -q to be repeated for very quiet output
Daniel P. Berrange
2013-05-13
1
-1
/
+1
*
mips: fix build regression
Mike Frysinger
2013-05-07
1
-1
/
+1
*
mips o32: raise the max number of syscall arguments to 7
Dmitry V. Levin
2013-05-07
1
-13
/
+18
*
Decode mtd/ubi ioctls
Mike Frysinger
2013-05-02
1
-0
/
+10
*
Add support for the XTENSA architecture
Chris Zankel
2013-03-25
1
-0
/
+1
*
i386, tile, x32: do not redefine ptrace prototype
Dmitry V. Levin
2013-03-18
1
-1
/
+2
*
Open-code isprint(c) and isspace(c)
Denys Vlasenko
2013-03-06
1
-1
/
+4
*
Stop using a large static buffer in getfdpath
Denys Vlasenko
2013-03-06
1
-1
/
+1
*
Remove variable tracing_paths and check in pathtrace_match
Denys Vlasenko
2013-03-05
1
-1
/
+3
*
Use dynamically-sized selected[] array for -P PATH
Denys Vlasenko
2013-03-05
1
-1
/
+1
*
Add support for Imagination Technologies Meta
James Hogan
2013-03-05
1
-1
/
+3
*
Assorted NOMMU fixes
Denys Vlasenko
2013-02-26
1
-1
/
+1
*
Eliminate MAX_QUALS, make qualifier array dynamic
Denys Vlasenko
2013-02-22
1
-12
/
+18
*
Create and use struct_sysent and struct_ioctlent typedefs.
Denys Vlasenko
2013-02-22
1
-9
/
+9
*
Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()
Denys Vlasenko
2013-02-22
1
-2
/
+2
*
Remove unused QUAL_FAULT code (was used by non-Linux code only).
Denys Vlasenko
2013-02-21
1
-4
/
+3
*
Use uint8_t for qual_flags[] instead of ints.
Denys Vlasenko
2013-02-21
1
-1
/
+2
[next]