Skip to content

Commit 129a352

Browse files
committed
Add basic kernel profiling lab framework
1 parent 3b90c7f commit 129a352

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Documentation/teaching/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ tools/labs/docs/Dockerfile for dependencies):
7777
labs/arm_kernel_development.rst
7878
labs/memory_mapping.rst
7979
labs/device_model.rst
80+
labs/kernel_profiling.rst
8081

8182
.. toctree::
8283
:caption: Useful info
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
===========================

0 commit comments

Comments
 (0)