OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strace
(Results
1 - 25
of
48
) sorted by null
1
2
/external/strace/
README
1
This is
strace
4.0, a system call tracer for SunOS 4.x, Linux, System
2
V release 4, Solaris 2.x and Irix 5.x.
strace
is released under a
7
strace
. If configure cannot guess your system configuration, you can
19
See the file PORTING if you like
strace
but it doesn't work on an
22
See the file CREDITS to see who has contributed to
strace
.
26
You can get the latest version of
strace
from its homepage at
27
http://sourceforge.net/projects/
strace
/ .
29
Please send bug reports and enhancements to the
strace
30
mailinglist at
strace
-devel@lists.sourceforge.net, or directly to
README-Android
0
Strace
on Android
3
The Android port of
Strace
does not use the configure scripts or Makefiles
6
Build
Strace
on Android using the Android build system, like the rest
14
diff -r -u -d path-to-original-unmodified-
strace
. | grep -v "Only in" > Android.patch
README-linux
2
Strace
has been ported by Branko Lankester <branko@hacktic.nl>
6
If you want to compile
strace
on a Linux system please make sure that
7
you use recent kernel headers.
Strace
needs those to get the proper data
12
To complicate things a bit further
strace
might not compile if you are
16
There are three ways to compile
strace
with other kernel headers:
import-Android.sh
3
# Assists with importing a new version of
Strace
for Android.
4
# Removes source files from the
Strace
original distribution that are not
7
# Run this script after extracting an
Strace
distribution into external/
strace
.
Android.mk
7
strace_SOURCES =
strace
.c syscall.c count.c util.c desc.c file.c ipc.c \
87
-DPACKAGE=
strace
\
89
-DPACKAGE_NAME='"
strace
"' \
90
-DPACKAGE_STRING='"
strace
$(strace_VERSION)"' \
91
-DPACKAGE_TARNAME='"
strace
"' \
131
LOCAL_MODULE :=
strace
Android.patch
1
diff -r -u -d /tmp/
strace
-4.6/bjm.c ./bjm.c
2
--- /tmp/
strace
-4.6/bjm.c 2009-11-06 09:27:46.000000000 -0800
14
diff -r -u -d /tmp/
strace
-4.6/defs.h ./defs.h
15
--- /tmp/
strace
-4.6/defs.h 2011-03-15 10:19:09.000000000 -0700
28
diff -r -u -d /tmp/
strace
-4.6/file.c ./file.c
29
--- /tmp/
strace
-4.6/file.c 2011-03-03 18:08:02.000000000 -0800
132
diff -r -u -d /tmp/
strace
-4.6/ioctl.c ./ioctl.c
133
--- /tmp/
strace
-4.6/ioctl.c 2011-01-15 12:15:31.000000000 -0800
147
diff -r -u -d /tmp/
strace
-4.6/ipc.c ./ipc.c
148
--- /tmp/
strace
-4.6/ipc.c 2010-03-31 15:22:01.000000000 -070
[
all
...]
strace.1
40
.TH
STRACE
1 "2010-03-30"
42
strace
\- trace system calls and signals
44
.B
strace
84
.B
strace
107
.IX "
strace
command" "" "\fLstrace\fR command"
110
.B
strace
121
.B
strace
155
.B
strace
185
.B
strace
265
.B
strace
[
all
...]
PORTING
1
I am frequently asked to port
strace
to a given platform. Less
2
frequently I am asked how one would go about porting
strace
to a given
3
platform. :-) Since I have ported
strace
to a few platforms already I
4
have some advice to the would-be
strace
porter.
32
it is intended to work and see how well it fits with what
strace
strace.spec
2
Name:
strace
7
URL: http://sourceforge.net/projects/
strace
/
8
Source: http://downloads.sourceforge.net/
strace
/%{name}-%{version}.tar.xz
16
The
strace
program intercepts and records the system calls called and
17
received by a running process.
Strace
can print a record of each
18
system call, its arguments and its return value.
Strace
is useful for
22
Install
strace
if you need a tool to track the system calls made and
31
The
strace
program intercepts and records the system calls called and
32
received by a running process.
Strace
can print a record of each
33
system call, its arguments and its return value.
Strace
is useful fo
[
all
...]
ChangeLog
19
*
strace
.spec: 4.6-1.
83
*
strace
.c [!USE_PROCFS] (trace): Differentiate output format depending
88
*
strace
.c [!USE_PROCFS] (trace): Assume that PTRACE_GETSIGINFO is
158
The former may result to
strace
being killed by SIGPIPE, which in
174
*
strace
.spec: Update Source tag.
176
* .gitignore: Add
strace
-*.tar.xz.
178
Use "make check" in debian/rules and
strace
.spec
181
*
strace
.spec: Update BuildRequires. Run "make check" in %check section.
183
Implement two basic "
strace
-f" tests
190
* tests/
strace
-f: Likewise
[
all
...]
ChangeLog-CVS
7
*
strace
-graph: Likewise.
191
*
strace
.c: Fix misplaced #endif.
199
*
strace
.c (newoutf): Prevent -o FILENAME overflowing the stack.
244
*
strace
.c: Move extern declarations out of function bodies.
279
*
strace
.c (trace): If trace_syscall() failed with ESRCH,
289
*
strace
.c: Adjust printtrailer() calls accordingly.
321
attaches to grandparent similarly to
strace
-p PID.
324
wait() etc. Without -D,
strace
process gets lodged in between,
326
*
strace
.c: Add global flag variable daemonized_tracer for -D option.
331
execs the program to
strace
. Normally (w/o -D), it is chil
[
all
...]
CREDITS
1
The primary authors of
strace
were:
7
These people have contributed to
strace
. Some have reported problems, others
9
information, provided resources, or helped to port
strace
to new systems.
13
strace
-devel@lists.sourceforge.net mailing list.
strace-graph
3
# This script processes
strace
-f output. It displays a graph of invoked
6
# You will probably want to invoke
strace
with -q as well, and with
9
# The script can also handle the output with
strace
-t, -tt, or -ttt.
40
# Scales for
strace
slowdown. Make configurable!
NEWS
91
* When command exits,
strace
now exits with the same exit status.
92
If command is terminated by a signal,
strace
terminates itself
93
with the same signal, so that
strace
can be used as a wrapper
95
When using -p option, the exit status of
strace
is zero unless
116
* Made
strace
detect when traced process suddenly disappeared.
258
* New port to AMD's x86-64 architecture. One
strace
binary can
304
* Add
strace
-graph
345
* it is now reasonable to install
strace
setuid to root in some circumstances
strace.c
59
# warning "Neither tkill(2) nor tgkill(2) available, risk of
strace
hangs!"
92
* With this option,
strace
forks twice.
96
* attaches to grandparent similarly to
strace
-p PID.
99
* wait() etc. Without -D,
strace
process gets lodged in between,
172
usage:
strace
[-CdDffhiqrtttTvVxx] [-a column] [-e expr] ... [-o file]\n\
175
or:
strace
-c [-D] [-e expr] ... [-O overhead] [-S sortby] [-E var=val] ...\n\
250
* When
strace
is setuid executable, we have to swap uids
520
perror("
strace
: exec");
575
perror("
strace
: fork");
603
perror("
strace
: ptrace(PTRACE_TRACEME, ...)")
[
all
...]
count.c
62
"
strace
: out of memory for call counts\n");
170
fprintf(stderr, "
strace
: out of memory for call summary\n");
/development/ndk/sources/android/libportable/common/include/
log_portable.h
21
*
Strace
works fine with ALOG out if a large max string size is used via the -s option;
24
*
strace
-s 132 ./sigaction01
/bionic/libc/bionic/
wait.cpp
51
// TODO: remove this backward compatibility hack (for jb-mr1
strace
binaries).
/external/valgrind/main/drd/tests/
fp_race.c
59
* obtained for each printf() call with
strace
.
sem_as_mutex.c
60
* obtained for each printf() call with
strace
.
sem_open.c
73
* obtained for each printf() call with
strace
.
/external/valgrind/main/coregrind/m_scheduler/
sema.c
49
it easier to make sense of
strace
/truss output - makes it possible
/external/chromium/build/
install-chroot.sh
273
strace
289
for i in binutils gdb
strace
; do
/external/libvpx/libvpx/examples/includes/geshi/geshi/
bash.php
155
'ssh-agent', 'ssh-keygen', 'ssh-keyscan', 'stat', '
strace
',
/bootable/diskinstaller/
config.mk
19
strace
\
Completed in 750 milliseconds
1
2