Deleted Added
full compact
stack.9 (174195) stack.9 (177168)
1.\"
2.\" Copyright (c) 2007 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
1.\"
2.\" Copyright (c) 2007 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man9/stack.9 174195 2007-12-02 20:40:35Z rwatson $
28.\" $FreeBSD: head/share/man/man9/stack.9 177168 2008-03-14 13:13:37Z rwatson $
29.\"
30.Dd February 27, 2007
31.Dt STACK 9
32.Os
33.Sh NAME
34.Nm stack
35.Nd kernel thread stack tracing routines
36.Sh SYNOPSIS

--- 10 unchanged lines hidden (view full) ---

47.Fn stack_put "struct stack *st" "vm_offset_t pc"
48.Ft void
49.Fn stack_copy "struct stack *src" "struct stack dst"
50.Ft void
51.Fn stack_zero "struct stack *st"
52.Ft void
53.Fn stack_print "struct stack *st"
54.Ft void
29.\"
30.Dd February 27, 2007
31.Dt STACK 9
32.Os
33.Sh NAME
34.Nm stack
35.Nd kernel thread stack tracing routines
36.Sh SYNOPSIS

--- 10 unchanged lines hidden (view full) ---

47.Fn stack_put "struct stack *st" "vm_offset_t pc"
48.Ft void
49.Fn stack_copy "struct stack *src" "struct stack dst"
50.Ft void
51.Fn stack_zero "struct stack *st"
52.Ft void
53.Fn stack_print "struct stack *st"
54.Ft void
55.Fn stack_print_ddb "struct stack *st"
56.Ft void
55.Fn stack_sbuf_print "struct sbuf sb*" "struct stack *st"
56.Ft void
57.Fn stack_sbuf_print_ddb "struct sbuf sb*" "struct stack *st"
58.Ft void
59.Fn stack_save "struct stack *st"
60.Sh DESCRIPTION
61The
62.Nm

--- 76 unchanged lines hidden ---
57.Fn stack_sbuf_print "struct sbuf sb*" "struct stack *st"
58.Ft void
59.Fn stack_sbuf_print_ddb "struct sbuf sb*" "struct stack *st"
60.Ft void
61.Fn stack_save "struct stack *st"
62.Sh DESCRIPTION
63The
64.Nm

--- 76 unchanged lines hidden ---