Unix and Linux Discussions Tagged with pid |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
7 |
13,903 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,031 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,663 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,515 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,026 |
Shell Programming and Scripting |
|
|
|
1 |
15,757 |
AIX |
|
|
|
4 |
12,342 |
Shell Programming and Scripting |
|
|
|
3 |
13,069 |
Programming |
|
|
|
1 |
2,059 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
6,640 |
HP-UX |
|
|
|
6 |
2,447 |
Shell Programming and Scripting |
|
|
|
2 |
16,100 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
25,003 |
Shell Programming and Scripting |
|
|
|
2 |
5,728 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,034 |
Programming |
|
|
|
4 |
6,688 |
Shell Programming and Scripting |
|
|
|
3 |
3,198 |
Shell Programming and Scripting |
|
|
|
3 |
2,303 |
Solaris |
|
|
|
2 |
6,516 |
Shell Programming and Scripting |
|
|
|
3 |
14,387 |
Programming |
|
|
|
6 |
33,222 |
Solaris |
|
|
|
1 |
4,380 |
Solaris BigAdmin RSS |
|
|
|
1 |
3,993 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,934 |
Shell Programming and Scripting |
|
|
|
3 |
5,306 |
Shell Programming and Scripting |
|
|
|
3 |
15,871 |
Programming |
|
|
|
0 |
2,276 |
Solaris BigAdmin RSS |
|
|
|
3 |
4,652 |
Shell Programming and Scripting |
|
|
|
2 |
12,591 |
Shell Programming and Scripting |
|
|
|
7 |
22,353 |
Shell Programming and Scripting |
|
|
|
7 |
3,912 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
15,482 |
UNIX for Dummies Questions & Answers |
|
|
|
16 |
35,491 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
5,963 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
28,350 |
Shell Programming and Scripting |
|
|
|
1 |
5,740 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,552 |
Shell Programming and Scripting |
|
|
|
0 |
2,226 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,300 |
Shell Programming and Scripting |
|
|
|
2 |
5,172 |
UNIX for Dummies Questions & Answers |
TRACE(1) BSD General Commands Manual TRACE(1)
NAME
trace -- configure and record kernel trace events
SYNOPSIS
trace -h
trace -i [-b numbufs]
trace -g
trace -d [-a pid | -x pid]
trace -r
trace -n
trace -e [-c class [-p class] [-s subclass]] [-a pid | -x pid] [-k code | -k code | -k code | -k code]
trace -E [-c class [-p class] [-s subclass]] [-a pid | -x pid] [-k code | -k code | -k code | -k code] executable_path
[optional args to executable]
trace -t [-R rawfile] [-o OutputFilename] [-N] [ExtraCodeFilename1 ExtraCodeFilename2 ...]
DESCRIPTION
The trace command allows developers to initialize and configure the kernel trace subsystem. Trace events can be recorded to an in-memory buf-
fer, or logged directly to a file. Raw data files can later be decoded to a plaintext format.
SEE ALSO
fs_usage(1), sc_usage(1), latency(1), top(1)
Mac OS X October 28, 2010 Mac OS X