1STAP-PREP(1) General Commands Manual STAP-PREP(1)
2
3
4
6 stap-prep - prepare system for systemtap use
7
8
9
11 stap-prep [ KERNEL_VERSION ]
12
13
15 The stap-prep executable prepares the system for systemtap use by
16 installing kernel headers, debug symbols and build tools that match the
17 currently running kernel or optionally the kernel version given by the
18 user.
19
20 If the debuginfod-find tool is installed and is able to fetch debuginfo
21 for a kernel component, it is assumed to remain available later. In
22 this case, no debug symbols will be downloaded during stap-prep.
23
24 The exact behavior of stap-prep may be customized by the distribution
25 maintainers. It might for example only give suggestions and not actu‐
26 ally install the required packages if that is difficult to automate.
27
28
30 $ stap-prep
31 Please install linux-image-3.2.0-2-amd64-dbg
32
33
34
36 http://sourceware.org/elfutils/Debuginfod.html
37 stap(1)
38
39
41 Use the Bugzilla link of the project web page or our mailing list.
42 http://sourceware.org/systemtap/,<systemtap@sourceware.org>.
43
44
45
46 STAP-PREP(1)