1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.\" -*- nroff -*-
.TH STAP\-PREP 1
.SH NAME
stap\-prep \- prepare system for systemtap use
.\" macros
.\" do not nest SAMPLEs
.de SAMPLE
.br
.nr oldin \\n(.i
.RS
.nf
.nh
..
.de ESAMPLE
.hy
.fi
.RE
.in \\n[oldin]u
..
.SH SYNOPSIS
.br
.B stap\-prep
[
.I KERNEL_VERSION
]
.SH DESCRIPTION
The stap\-prep executable prepares the system for systemtap use by
installing kernel headers, debug symbols and build tools that match
the currently running kernel or optionally the kernel version given by
the user.
If the debuginfod\-find tool is installed and is able to fetch
debuginfo for a kernel component, it is assumed to remain available
later. In this case, no debug symbols will be downloaded during
stap\-prep.
The exact behavior of stap\-prep may be customized by the
distribution maintainers. It might for example only give suggestions
and not actually install the required packages if that is difficult to
automate.
.SH EXAMPLES
.SAMPLE
$ stap-prep
Please install linux-image-3.2.0-2-amd64-dbg
.ESAMPLE
.SH SEE ALSO
.nh
.BR http://sourceware.org/elfutils/Debuginfod.html
.nf
.IR stap (1)
.SH BUGS
Use the Bugzilla link of the project web page or our mailing list.
.nh
.BR http://sourceware.org/systemtap/ , <systemtap@sourceware.org> .
.hy
|