Debugging Linux Kernel in Deep – Part 1

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

Requirements

  • Should have knowledge in Linux Kernel

Last Updated 11/2020

Download Links

Direct Download

Debugging Linux Kernel in Deep – Part 1.zip (3.6 GB) | Mirror

Torrent Download

Debugging Linux Kernel in Deep – Part 1.torrent (96 KB) | Mirror

Source : https://www.udemy.com/course/debugging-linux-kernel-in-deep-part-ftrace/

Leave a Reply

Your email address will not be published. Required fields are marked *