summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/stapprobes.iosched.3stap.in (renamed from man/stapprobes.iosched.5.in)4
-rw-r--r--man/stapprobes.kprocess.3stap.in (renamed from man/stapprobes.process.5.in)24
-rw-r--r--man/stapprobes.netdev.3stap.in (renamed from man/stapprobes.netdev.5.in)4
-rw-r--r--man/stapprobes.nfs.3stap.in (renamed from man/stapprobes.nfs.5.in)42
-rw-r--r--man/stapprobes.nfsd.3stap.in (renamed from man/stapprobes.nfsd.5.in)26
-rw-r--r--man/stapprobes.pagefault.3stap.in (renamed from man/stapprobes.pagefault.5.in)4
-rw-r--r--man/stapprobes.rpc.3stap.in (renamed from man/stapprobes.rpc.5.in)12
-rw-r--r--man/stapprobes.scsi.3stap.in (renamed from man/stapprobes.scsi.5.in)4
-rw-r--r--man/stapprobes.signal.3stap.in (renamed from man/stapprobes.signal.5.in)14
-rw-r--r--man/stapprobes.socket.3stap.in (renamed from man/stapprobes.socket.5.in)8
-rw-r--r--man/stapprobes.tcp.3stap.in (renamed from man/stapprobes.tcp.5.in)4
-rw-r--r--man/stapprobes.udp.3stap.in (renamed from man/stapprobes.udp.5.in)4
12 files changed, 75 insertions, 75 deletions
diff --git a/man/stapprobes.iosched.5.in b/man/stapprobes.iosched.3stap.in
index f638b2ff..873251ac 100644
--- a/man/stapprobes.iosched.5.in
+++ b/man/stapprobes.iosched.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.IOSCHED 5 @DATE@ "IBM"
+.TH STAPPROBES.IOSCHED 3stap @DATE@ "IBM"
.SH NAME
stapprobes.iosched \- systemtap IO scheduler probe points
@@ -96,5 +96,5 @@ Fires when a request is completed
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.process.5.in b/man/stapprobes.kprocess.3stap.in
index b725a907..4f5e7903 100644
--- a/man/stapprobes.process.5.in
+++ b/man/stapprobes.kprocess.3stap.in
@@ -1,7 +1,7 @@
.\" -*- nroff -*-
-.TH STAPPROBES.PROCESS 5 @DATE@ "Intel, IBM"
+.TH STAPPROBES.KPROCESS 3stap @DATE@ "Intel, IBM"
.SH NAME
-stapprobes.process \- systemtap process probe points
+stapprobes.kprocess \- systemtap kernel process probe points
.\" macros
.de SAMPLE
@@ -18,12 +18,12 @@ stapprobes.process \- systemtap process probe points
.SH DESCRIPTION
-This family of probe points is used to probe the process activities.
+This family of probe points is used to probe the kernel's process activities.
It contains the following probe points:
.P
.TP
-.B process.create
+.B kprocess.create
Fires whenever a new process is successfully created, either as a
result of one of the fork syscall variants, or a new kernel thread.
@@ -38,7 +38,7 @@ result of one of the fork syscall variants, or a new kernel thread.
.P
.TP
-.B process.start
+.B kprocess.start
Fires immediately before a new process begins execution.
@@ -48,7 +48,7 @@ Fires immediately before a new process begins execution.
.P
.TP
-.B process.exec
+.B kprocess.exec
Fires whenever a process attempts to exec to a new program
@@ -59,7 +59,7 @@ Fires whenever a process attempts to exec to a new program
.P
.TP
-.B process.exec_complete
+.B kprocess.exec_complete
Fires at the completion of an exec call
@@ -73,10 +73,10 @@ Fires at the completion of an exec call
.P
.TP
-.B process.exit
+.B kprocess.exit
Fires when a process terminates. This will always be followed by a
-process.release, though the latter may be delayed if the process
+kprocess.release, though the latter may be delayed if the process
waits in a zombie state.
.B Arguments:
@@ -86,10 +86,10 @@ waits in a zombie state.
.P
.TP
-.B process.release
+.B kprocess.release
Fires when a process is released from the kernel. This always
-follows a process.exit, though it may be delayed somewhat if the
+follows a kprocess.exit, though it may be delayed somewhat if the
process waits in a zombie state.
.B Arguments:
@@ -102,5 +102,5 @@ process waits in a zombie state.
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.netdev.5.in b/man/stapprobes.netdev.3stap.in
index 0510b07b..9b2e57ed 100644
--- a/man/stapprobes.netdev.5.in
+++ b/man/stapprobes.netdev.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.NETDEV 5 @DATE@ "IBM"
+.TH STAPPROBES.NETDEV 3stap @DATE@ "IBM"
.SH NAME
stapprobes.netdev \- systemtap network device probe points
@@ -74,4 +74,4 @@ Fires when the network device wants to transmit a buffer
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.nfs.5.in b/man/stapprobes.nfs.3stap.in
index bf575ae4..14404b96 100644
--- a/man/stapprobes.nfs.5.in
+++ b/man/stapprobes.nfs.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.NFS 5 @DATE@ "IBM"
+.TH STAPPROBES.NFS 3stap @DATE@ "IBM"
.SH NAME
stapprobes.nfs \- systemtap NFS client side probe points
@@ -551,7 +551,7 @@ Fires when a previous async read operation failed
.TP
.B nfs.aop.readpages
-Fies when in readahead way,read several pages once
+Fires when in readahead way, read several pages once
.B Arguments:
@@ -577,7 +577,7 @@ Fies when in readahead way,read several pages once
.TP
.B nfs.aop.readpages.return
-Fies whenever a nfs read pages operation is done
+Fires whenever a nfs read pages operation is done
.B Arguments:
@@ -588,7 +588,7 @@ Fies whenever a nfs read pages operation is done
.TP
.B nfs.aop.set_page_dirty
-Fies whenever set page dirty on nfs client side
+Fires whenever set page dirty on nfs client side
.B Arguments:
@@ -602,7 +602,7 @@ Fies whenever set page dirty on nfs client side
.TP
.B nfs.aop.writepage
-Fies whenever writing an mapped page to the server from nfs client side
+Fires whenever writing an mapped page to the server from nfs client side
.B Arguments:
@@ -644,7 +644,7 @@ Fies whenever writing an mapped page to the server from nfs client side
.TP
.B nfs.aop.writepages
-Fies whenever writing several dirty pages to the server from nfs client sides
+Fires whenever writing several dirty pages to the server from nfs client sides
.B Arguments:
@@ -674,7 +674,7 @@ Fies whenever writing several dirty pages to the server from nfs client sides
.TP
.B nfs.aop.prepare_write
-Fies whenever prepare a page for writting on nfs client sides
+Fires whenever prepare a page for writing on nfs client sides
.B Arguments:
@@ -703,7 +703,7 @@ Fies whenever prepare a page for writting on nfs client sides
.TP
.B nfs.aop.commit_write
-Fies often after prepare write operation
+Fires often after prepare write operation
.B Arguments:
@@ -771,7 +771,7 @@ Fies often after prepare write operation
nfs version
.I filename
- the name of file which client opens/searchs on server
+ the name of file which client opens/searches on server
.I name_len
the length of file name
@@ -851,7 +851,7 @@ Fires when client synchronously writes file to server
.TP
.B nfs.proc.write.return
-Fires when synchronously writting file from server is done
+Fires when synchronously writing file from server is done
.B Arguments:
@@ -862,7 +862,7 @@ Fires when synchronously writting file from server is done
.TP
.B nfs.proc.commit
-Fires when client writes the buffered data to disk,the buffered
+Fires when client writes the buffered data to disk, the buffered
data is asynchronously written by client before(not exist in NFSV2)
.B Arguments:
@@ -902,7 +902,7 @@ Fires when committing operation is done
.B nfs.proc.read_setup
Fires when client asynchronously reads file from server,
-this function is used to setup a read rpc task,not do
+this function is used to setup a read rpc task, not do
a real read operation.
.B Arguments:
@@ -947,7 +947,7 @@ Fires when a read reply is received or some read error occur
number of bytes read
.I timestamp
- time stamp ,which is used for lease renewal (only
+ time stamp, which is used for lease renewal (only
in nfs.proc4.read_done)
.P
@@ -955,7 +955,7 @@ Fires when a read reply is received or some read error occur
.B nfs.proc.write_setup
Fires when client asynchronously write data to server,
-this function is used to setup a write rpc task,not do
+this function is used to setup a write rpc task, not do
a write read operation.
.B Arguments:
@@ -976,7 +976,7 @@ a write read operation.
the file offset
.I how
- used to set args.stable,The possible value could be:
+ used to set args.stable, The possible value could be:
NFS_UNSTABLE,
NFS_DATA_SYNC,
NFS_FILE_SYNC
@@ -1008,13 +1008,13 @@ Fires when a write reply is received or some write error occur
result of last async write operation
.I valid
- fattr\->valid ,indicates which fields are valid
+ fattr\->valid, indicates which fields are valid
.I count
number of bytes written
.I timestamp
- time stamp ,which is used for lease renewal (only
+ time stamp, which is used for lease renewal (only
in nfs.proc4.read_done)
.P
@@ -1022,7 +1022,7 @@ Fires when a write reply is received or some write error occur
.B nfs.proc.commit_setup
Fires when client asynchronously do a commit operation,
-this function is used to setup a commit rpc task,not do
+this function is used to setup a commit rpc task, not do
a commit read operation.
.B Arguments:
@@ -1068,13 +1068,13 @@ Fires when a commit reply is received or some commit error occur
result of last async write operation
.I valid
- fattr\->valid ,indicates which fields are valid
+ fattr\->valid, indicates which fields are valid
.I count
number of bytes written
.I timestamp
- time stamp ,which is used for lease renewal (only
+ time stamp, which is used for lease renewal (only
in nfs.proc4.read_done)
.P
@@ -1232,5 +1232,5 @@ Fires whenever nfs client renames a file on server
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.nfsd.5.in b/man/stapprobes.nfsd.3stap.in
index 8d30b38b..ea2ac2df 100644
--- a/man/stapprobes.nfsd.5.in
+++ b/man/stapprobes.nfsd.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.NFSD 5 @DATE@ "IBM"
+.TH STAPPROBES.NFSD 3stap @DATE@ "IBM"
.SH NAME
stapprobes.nfsd \- systemtap NFS server side probe points
@@ -29,7 +29,7 @@ It contains the following probe points:
.TP
.B nfsd.proc.lookup
-Fires whenever client opens/searchs file on server
+Fires whenever client opens/searches file on server
.B Arguments:
@@ -78,7 +78,7 @@ Fires whenever client reads file on server
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -111,7 +111,7 @@ Fires whenever client writes data to file on server
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -294,7 +294,7 @@ Fires whenever server reads file
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -321,7 +321,7 @@ Fires whenever server writes file
the offset of file
.I vec
- struct kvec ,includes buf address in kernel address
+ struct kvec, includes buf address in kernel address
and the length of each buffer
.I vlen
@@ -348,7 +348,7 @@ Fires when server commits all pending writes to stable storage
.TP
.B nfsd.lookup
-Fires whenever client opens/searchs file on server
+Fires whenever client opens/searches file on server
.B Arguments:
@@ -394,7 +394,7 @@ Fires whenever client opens/searchs file on server
.B nfsd.createv3
Fires when client creates a regular file or set file attributes
-on server side,only called by nfsd3_proc_create and nfsd4_open
+on server side, only called by nfsd3_proc_create and nfsd4_open
(op_claim_type is NFS4_OPEN_CLAIM_NULL)
.B Arguments:
@@ -415,14 +415,14 @@ on server side,only called by nfsd3_proc_create and nfsd4_open
file access mode
.I createmode
- create mode .The possible values could be:
+ create mode. The possible values could be:
NFS3_CREATE_EXCLUSIVE,NFS3_CREATE_UNCHECKED,NFS3_CREATE_GUARDED
.I truncp
- trunp arguments, indicates if the file shouldbe truncate
+ trunp arguments, indicates if the file should be truncated
.I verfier
- file attributes (atime,mtime,mode).It's used to reset file
+ file attributes (atime,mtime,mode). It's used to reset file
attributes for CREATE_EXCLUSIVE
.P
@@ -485,7 +485,7 @@ Fires whenever server closes file
.TP
.B nfsd.dispatch
-Fires whenever server receives NFS operation from client
+Fires whenever server receives NFS operation from client
.B Arguments:
@@ -509,5 +509,5 @@ Fires whenever server receives NFS operation from client
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.pagefault.5.in b/man/stapprobes.pagefault.3stap.in
index ea93f325..7d4f266e 100644
--- a/man/stapprobes.pagefault.5.in
+++ b/man/stapprobes.pagefault.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.PAGEFAULT 5 @DATE@ "IBM"
+.TH STAPPROBES.PAGEFAULT 3stap @DATE@ "IBM"
.SH NAME
stapprobes.pagefault \- systemtap pagefault probe points
@@ -36,5 +36,5 @@ Fires when there is a pagefault
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.rpc.5.in b/man/stapprobes.rpc.3stap.in
index 7f411de6..02b37a8b 100644
--- a/man/stapprobes.rpc.5.in
+++ b/man/stapprobes.rpc.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.RPC 5 @DATE@ "IBM"
+.TH STAPPROBES.RPC 3stap @DATE@ "IBM"
.SH NAME
stapprobes.rpc \- systemtap SunRPC probe points
@@ -375,7 +375,7 @@ Fires when an RPC client is to be processed
The procedure number in the request
.I rq_prot
- The IP protocol of the reqeust
+ The IP protocol of the request
.P
.TP
@@ -403,7 +403,7 @@ Fires when an RPC client is to be authorised
The procedure number in the request
.I rq_prot
- The IP protocol of the reqeust
+ The IP protocol of the request
.P
.TP
@@ -450,7 +450,7 @@ Fires when want to return reply to client
The procedure number in the request
.I rq_prot
- The IP protocol of the reqeust
+ The IP protocol of the request
.P
.TP
@@ -478,7 +478,7 @@ Fires when a request is to be dropped
The procedure number in the request
.I rq_prot
- The IP protocol of the reqeust
+ The IP protocol of the request
.P
.TP
@@ -579,5 +579,5 @@ Fires when a task is to be delayed
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.scsi.5.in b/man/stapprobes.scsi.3stap.in
index bbebcc81..afe16541 100644
--- a/man/stapprobes.scsi.5.in
+++ b/man/stapprobes.scsi.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.SCSI 5 @DATE@ "IBM"
+.TH STAPPROBES.SCSI 3stap @DATE@ "IBM"
.SH NAME
stapprobes.scsi \- systemtap scsi probe points
@@ -147,5 +147,5 @@ block device I/O requests
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.signal.5.in b/man/stapprobes.signal.3stap.in
index dc669b0c..cdaa51b9 100644
--- a/man/stapprobes.signal.5.in
+++ b/man/stapprobes.signal.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.SIGNAL 5 @DATE@ "IBM"
+.TH STAPPROBES.SIGNAL 3stap @DATE@ "IBM"
.SH NAME
stapprobes.signal \- systemtap signal probe points
@@ -74,7 +74,7 @@ Fires when return from sending a signal
.RS
.RS
-- return 0 if the signal is sucessfully sent to a process,
+- return 0 if the signal is successfully sent to a process,
which means the following:
<1> the signal is ignored by receiving process
@@ -90,7 +90,7 @@ by user using something other than kill()
Return values for "send_group_sigqueue"
.RS
-- return 0 if the signal is either sucessfully added into the
+- return 0 if the signal is either successfully added into the
sigqueue of receiving process or a SI_TIMER entry is already
queued so just increment the overrun count
@@ -100,7 +100,7 @@ queued so just increment the overrun count
Return values for "send_sigqueue"
.RS
-- return 0 if the signal is either sucessfully added into the
+- return 0 if the signal is either successfully added into the
sigqueue of receiving process or a SI_TIMER entry is already
queued so just increment the overrun count
@@ -186,8 +186,8 @@ Fires when wake up the process for new active signals
indicate whether to wake up a task in STOPPED or TRACED state
.I state_mask
- a string representation indicate the mask of task states
-that can be woken. Possible values are
+ a string representation indicate the mask of task states
+that can be woken. Possible values are
(TASK_INTERRUPTIBLE|TASK_STOPPED|TASK_TRACED) and
TASK_INTERRUPTIBLE.
@@ -505,5 +505,5 @@ Fires when flush all pending signals for a task
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.socket.5.in b/man/stapprobes.socket.3stap.in
index 6c939fd2..fa6f1c0a 100644
--- a/man/stapprobes.socket.5.in
+++ b/man/stapprobes.socket.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.SOCKET 5 @DATE@ "IBM"
+.TH STAPPROBES.SOCKET 3stap @DATE@ "IBM"
.SH NAME
stapprobes.socket \- systemtap socket probe points
@@ -52,7 +52,7 @@ The message sender.
to convert to a string.
Common values include:
- 0 - IP (Internet Procotol, local interprocess communications)
+ 0 - IP (Internet Protocol, local interprocess communications)
6 - TCP (Transmission Control Protocol)
17 - UDP (User Datagram Protocol)
132 - SCTP (Stream Control Transmission Protocol)
@@ -481,5 +481,5 @@ The socket closer.
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
-.IR stapfuncs (5)
+.IR stapprobes (3stap),
+.IR stapfuncs (3stap)
diff --git a/man/stapprobes.tcp.5.in b/man/stapprobes.tcp.3stap.in
index c5194261..88603f58 100644
--- a/man/stapprobes.tcp.5.in
+++ b/man/stapprobes.tcp.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.TCP 5 @DATE@ "IBM, Intel"
+.TH STAPPROBES.TCP 3stap @DATE@ "IBM, Intel"
.SH NAME
stapprobes.tcp \- systemtap tcp probe points
@@ -98,5 +98,5 @@ Fires when returning from tcp.disconnect
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)
diff --git a/man/stapprobes.udp.5.in b/man/stapprobes.udp.3stap.in
index 6e89adf0..dae11578 100644
--- a/man/stapprobes.udp.5.in
+++ b/man/stapprobes.udp.3stap.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH STAPPROBES.UDP 5 @DATE@ "Intel"
+.TH STAPPROBES.UDP 3stap @DATE@ "Intel"
.SH NAME
stapprobes.udp \- systemtap udp probe points
@@ -98,5 +98,5 @@ Fires when returning from udp.disconnect
.SH SEE ALSO
.IR stap (1),
-.IR stapprobes (5),
+.IR stapprobes (3stap)