Skip to content

Commit f03c087

Browse files
committed
docs: Add more context for vmlinux in getting-started/installation
1 parent 4edfb18 commit f03c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pip install -e .[docs]
113113

114114
## Generating vmlinux.py
115115

116-
Some examples require access to kernel data structures. To use these features, you need to generate a `vmlinux.py` file:
116+
`vmlinux.py` contains the running kernel's data structures and is analogous to `vmlinux.h` included in eBPF programs written in C. Some examples require access to it. To use these features, you need to generate a `vmlinux.py` file:
117117

118118
1. Install additional dependencies:
119119

0 commit comments

Comments
 (0)