Debugging Linux Kernel in Deep - Part 1

Udemy Debugging Linux Kernel in Deep - Part 1

Register & Get access to index
U45SjHE.jpg

Linux Kernel Debugging Techniques


What you'll learn
  • Linux Kernel Debugging Techniques

Requirements
  • Should have knowledge in Linux Kernel

Description
A traditional debugger allows you to inspect the system state once the system is halted
i.e., after an error has been detected, but doesn’t reveal the events leading to the error.
To understand why an event took place, the relevant context has to be restored. This requires tracing
Tracing is the process of collecting information on the activity in a working system
With tracing, program execution is recorded during run-time, allowing for later analysis of the trace
Tracing provides developers with information useful for debugging.
In this course, we will be learning ftrace, which is the official tracer of Linux Kernel in deep
What can we do using ftrace?
-----------------------------
Debugging Linux Kernel
Analyzing Latencies in Linux Kernel
Learn and observe the flow of Linux Kernel
Trace context switches
Length of the time the interrupts are disabled
And many more
Who this course is for:
  • Kernel developers interested to learn various debugging techniques
Author
TUTProfessor
Downloads
36
Views
729
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor