Penguin
Annotated edit history of ksyms(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 KSYMS
2 !!!KSYMS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 BUGS
8 HISTORY
9 ----
10 !!NAME
11
12
13 ksyms - display exported kernel symbols.
14 !!SYNOPSIS
15
16
17 __ksyms__ [[-ahm]
18 !!DESCRIPTION
19
20
21 __Ksyms__ shows information about exported kernel
22 symbols. The format is address, name, and defining
23 module.
24
25
26 __OPTIONS__
27
28
29 __-a__, __--all__
30
31
32 Display all symbols. By default, symbols from the kernel
33 proper are suppressed.
34
35
36 __-h__, __--noheader__
37
38
39 Suppress the column header.
40
41
42 __-H__, __--help__
43
44
45 Display a summary of options and exit.
46
47
48 __-m__, __--info__
49
50
51 Display module information. Includes each module's kernel
52 load address and size in the listing.
53
54
55 __-V__, __--version__
56
57
58 Display the version of __ksyms__.
59 !!SEE ALSO
60
61
62 insmod(8), modprobe(8), depmod(8),
63 rmmod(8), lsmod(8).
64 !!BUGS
65
66
67 __ksyms__ [[ -V | --version ] should exit immediately.
68 Instead, it prints the version information and behaves as if
69 no options were given.
70 !!HISTORY
71
72
73 The __ksyms__ command was first conceived by Bjorn Ekwall
74 __
75 The '__-m__' option was inspired by David Hinds
76 __
77 Updated for 2.1.17 by Richard Henderson
78 __
79 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.