Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
5670786bcd52d59e6df10a0ba6be7567cb86eb69
/
defs.h
a7c4ee4
Mpersify parsers of struct stat and struct stat64
by Dmitry V. Levin
· 8 years ago
b685f90
Add sign_extend_unsigned_to_ll macro
by Dmitry V. Levin
· 8 years ago
b2dd463
zero_extend_signed_to_ull: add short int support
by Dmitry V. Levin
· 8 years ago
031fc80
Rename widen_to_ull to zero_extend_signed_to_ull
by Dmitry V. Levin
· 8 years ago
d8f6735
Add RISC-V architecture support
by Richard W.M. Jones
· 8 years ago
6a2f43c
Use <asm/unistd.h> instead of <sys/syscall.h>
by Dmitry V. Levin
· 9 years ago
60d7ec8
Fix decoding of invalid syscalls mapped to indirect subcalls
by Dmitry V. Levin
· 9 years ago
f2107d5
defs.h: simplify SUPPORTED_PERSONALITIES definition
by Dmitry V. Levin
· 9 years ago
abfc0a6
defs.h: simplify PERSONALITY1_WORDSIZE definition
by Dmitry V. Levin
· 9 years ago
8d92151
defs.h: simplify PERSONALITY0_WORDSIZE definition
by Dmitry V. Levin
· 9 years ago
aebfe83
sparc64: swap personality numbers
by Dmitry V. Levin
· 9 years ago
90a65a4
defs.h: cleanup personality specific macro definitions
by Dmitry V. Levin
· 9 years ago
42ceb0f
Change #include guard trailing part comments
by Dmitry V. Levin
· 9 years ago
1890792
Unify usage of #include guards
by Eugene Syromyatnikov
· 9 years ago
8d37438
Fix printing of mode_t, umode_t, and umask types
by Dmitry V. Levin
· 9 years ago
a1546a9
Add private data field to struct tcb
by Patrik Jakobsson
· 9 years ago
dc84fa3
net.c: move parsers of sendmsg and recvmsg syscalls to msghdr.c
by Dmitry V. Levin
· 9 years ago
4de8de5
net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.c
by Dmitry V. Levin
· 9 years ago
d8f77cd
Fix decoding of struct msghdr.msg_name* arguments of recvmsg syscall
by Dmitry V. Levin
· 9 years ago
2850f74
Add a general netlink socket parser
by Fabien Siron
· 9 years ago
bf2698a
msghdr.c: limit output when printing excessively large messages
by Dmitry V. Levin
· 9 years ago
95cce4f
net.c: move all msghdr and mmsghdr parsers to a separate file
by Dmitry V. Levin
· 9 years ago
e96aee7
net.c: move all sockaddr parsers to a separate file
by Dmitry V. Levin
· 9 years ago
42e566a
net.c: rename printsock to decode_sockaddr
by Dmitry V. Levin
· 9 years ago
9c33d76
defs.h: remove unused prototype
by Dmitry V. Levin
· 9 years ago
45ae937
net.c: fix printing AF_PACKET socket addresses
by Dmitry V. Levin
· 9 years ago
2a54d8b
Add a enum for decoding to tprint_iov() and tprint_iov_upto()
by Fabien Siron
· 9 years ago
0a1ce62
Change printsock to return socket family
by Fabien Siron
· 9 years ago
7ae67f5
Unexport addrfams
by Dmitry V. Levin
· 9 years ago
3bf9c19
Export print_sockaddr function
by Dmitry V. Levin
· 9 years ago
802cc28
Make getfdproto return enum instead of string
by Fabien Siron
· 9 years ago
b0c5113
Introduce HAVE_STRUCT_TCB_EXT_ARG macro
by Dmitry V. Levin
· 9 years ago
ed37c8d
Remove UNDEFINED_SCNO
by Elvira Khabirova
· 9 years ago
bb9d683
Mpersify hdio.c
by Dmitry V. Levin
· 9 years ago
a0866bc
Mpersify mtd.c
by Dmitry V. Levin
· 9 years ago
43c8a5d
Mpersify EVIOC* ioctl parser
by Dmitry V. Levin
· 9 years ago
37d1b3d
Mpersify BLK* ioctl parser
by Dmitry V. Levin
· 9 years ago
4dd9f3f
Move parser of 'X' type ioctls to a separate file
by Dmitry V. Levin
· 9 years ago
b3f0040
Move parser of HDIO_* ioctls to a separate file
by Dmitry V. Levin
· 9 years ago
84a979c
Fix explicit casts of signed integer types to unsigned long long
by Dmitry V. Levin
· 9 years ago
5d7812a
Mpersify RTC_* ioctl parser
by Dmitry V. Levin
· 9 years ago
fb0c609
Mpersify btrfs.c
by Dmitry V. Levin
· 9 years ago
8cc6962
ioctl: add decoding support for btrfs ioctls
by Jeff Mahoney
· 9 years ago
a8fce09
mpers: add support of conditionally compiled printers
by Dmitry V. Levin
· 9 years ago
4bf7ab7
Remove redundant declaration of v4l2_ioctl
by Dmitry V. Levin
· 9 years ago
77ab8dd
Introduce printflags_long and printxval_long
by Dmitry V. Levin
· 9 years ago
4811023
Rename sprintflags64 to sprintflags.
by Dmitry V. Levin
· 9 years ago
c0db59b
Rename xlookup64 to xlookup
by Dmitry V. Levin
· 9 years ago
9134aab
Prepare for transition from xlookup64 to xlookup
by Dmitry V. Levin
· 9 years ago
50a2651
Export print_seccomp_fprog for further use in parser of ptrace syscall
by Dmitry V. Levin
· 9 years ago
5d1216a
Decode UFFDIO_* ioctls
by Dr. David Alan Gilbert
· 9 years ago
dc0dcf9
Remove unused functions
by Dmitry V. Levin
· 9 years ago
72e4f7a
Introduce print_array function for consistent decoding of arrays
by Dmitry V. Levin
· 9 years ago
1822546
Mpersify ioctl macros
by Dmitry V. Levin
· 9 years ago
dd9a511
Change type of {s,t}print_open_modes's argument to unsigned
by Dmitry V. Levin
· 9 years ago
00beed6
Introduce printflags64 function
by Dmitry V. Levin
· 9 years ago
01c910c
Introduce sprintflags64 function
by Dmitry V. Levin
· 9 years ago
c132810
printxvals: change type of integer argument to uint64_t
by Dmitry V. Levin
· 9 years ago
43242e6
xlat_search: change type of integer argument to uint64_t
by Dmitry V. Levin
· 9 years ago
ed92d87
Introduce xlookup64 function
by Dmitry V. Levin
· 9 years ago
c9146eb
addflags: change type of integer argument to uint64_t
by Dmitry V. Levin
· 9 years ago
482bab0
Introduce printxval64 wrapper
by Dmitry V. Levin
· 9 years ago
7d63aa5
Turn printxval macro into a static inline function
by Dmitry V. Levin
· 9 years ago
67c2f67
Fix decoding of statfs family syscalls
by Dmitry V. Levin
· 9 years ago
0e09704
Move definition of struct xlat to a separate header file
by Dmitry V. Levin
· 9 years ago
e5c8849
Rename PRI__s64 to PRI__d64
by Dmitry V. Levin
· 9 years ago
b0d23cc
Add sentinel attribute to printxvals
by Dmitry V. Levin
· 9 years ago
1f3482b
Define PRI__[uxs]64 macros to print __s64 and __u64 values
by Jeff Mahoney
· 9 years ago
1ab6e25
Replace printargs_lu and printargs_ld with printargs_u and printargs_d
by Dmitry V. Levin
· 9 years ago
3c17d1b
Implement caching of print_sockaddr_by_inode
by Dmitry V. Levin
· 9 years ago
93c9d1c
Fix dumping of recvmsg syscall in case of short read
by Dmitry V. Levin
· 9 years ago
05a0af6
Fix decoding and dumping of readv syscall in case of short read
by Dmitry V. Levin
· 9 years ago
f32126b
Move gcc compat macros to gcc_compat.h
by Dmitry V. Levin
· 9 years ago
34683e3
Fix SYS_FUNC and SEN macros for musl
by Szabolcs Nagy
· 9 years ago
da126fb
Replace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIAN
by Dmitry V. Levin
· 9 years ago
c37173f
aarch64: swap 64-bit and 32-bit personalities
by Dmitry V. Levin
· 9 years ago
8b6046a
ioctl: allow to stop decoding number
by Gabriel Laskar
· 9 years ago
a2fdfe9
Refer to -h on incorrect usage
by Elvira Khabirova
· 9 years ago
5cb45b2
mpers: skip xlat struct definitions in mpers mode
by Dmitry V. Levin
· 9 years ago
a367db8
Mpersify parsers of readdir and getdents syscalls
by Dmitry V. Levin
· 9 years ago
4cb5ccc
Convert another parser of struct timeval to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
2950de3
Convert another parser of struct timespec to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
f1e3a32
Convert parser of struct timeval to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
5938526
Convert parser of struct timespec to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
9af94a2
Add is_erestart helper function
by Dmitry V. Levin
· 9 years ago
3858b93
Add helper functions to clear/restore syserror
by Dmitry V. Levin
· 9 years ago
322be80
Convert parser of struct itimerval to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
dad1eef
Convert parser of struct timex to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
6f950cc
Convert parser of struct sigevent to new mpers infrastructure
by Dmitry V. Levin
· 9 years ago
e2fb0bb
Simplify use of mpers printers
by Dmitry V. Levin
· 9 years ago
b172a94
Add a new helper function umove_ulong_array_or_printaddr
by Dmitry V. Levin
· 9 years ago
09a1a5a
Rename umove_long_or_printaddr to umove_ulong_or_printaddr
by Dmitry V. Levin
· 9 years ago
a1fa83d
aarch64, ppc64, sparc64, tile: hook up mpers printers
by Dmitry V. Levin
· 9 years ago
6fb8c6f
Mpersify parsers of getrusage, waitpid, wait4, and waitid syscalls
by Dmitry V. Levin
· 10 years ago
a0b6249
Mpersify printsiginfo_at printer
by Elvira Khabirova
· 10 years ago
0929422
Add mpers support
by Elvira Khabirova
· 10 years ago
13c2173
Fix multiple personalities support in parser of io_submit syscall
by Dmitry V. Levin
· 9 years ago
54646b8
decode extend getsockopt/setsockopt options
by Mike Frysinger
· 9 years ago
c01ad06
ipc.c: split into separate files
by Elvira Khabirova
· 9 years ago
d77f669
Make printnum_* functions return boolean status
by Dmitry V. Levin
· 9 years ago
Next »