File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ tools/labs/docs/Dockerfile for dependencies):
77
77
labs/arm_kernel_development.rst
78
78
labs/memory_mapping.rst
79
79
labs/device_model.rst
80
+ labs/kernel_profiling.rst
80
81
81
82
.. toctree ::
82
83
:caption: Useful info
Original file line number Diff line number Diff line change
1
+ ================
2
+ Kernel Profiling
3
+ ================
4
+
5
+ Lab objectives
6
+ ==============
7
+
8
+ * Familiarize yourself with the basics of Linux kernel profiling
9
+ * Understanding basic profiling tools
10
+ * Learning profiling methodologies and good practices
11
+
12
+ Overview
13
+ ========
14
+
15
+ Profiling memory usage
16
+ ======================
17
+
18
+ Profiling IO problems
19
+ =====================
20
+
21
+ Profiling scheduling issues
22
+ ===========================
You can’t perform that action at this time.
0 commit comments