Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

Debugging Linux Kernel in Deep - Part 1

via Udemy

Overview

Linux Kernel Debugging Techniques

What you'll learn:
  • Linux Kernel Debugging Techniques

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

Taught by

Linux Trainer

Reviews

4.6 rating at Udemy based on 190 ratings

Start your review of Debugging Linux Kernel in Deep - Part 1

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.