Skip to content

A seminar paper explaining ftrace and how to use it for understanding linux kernel internals, illustrated at tracing the way of a TCP packet through the kernel

Notifications You must be signed in to change notification settings

richi235/ftrace-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ftrace-seminar-paper

A seminar paper explaining ftrace and how to use it for understanding linux kernel internals, illustrated at tracing the way of a TCP packet through the kernel

Purpose

The main goal of this seminar paper is to help aspiring linux kernel developers undersanding the kernel by:

  1. Explaining a tool to understand and trace what's happening inside the kernel (ftrace)
  2. Giving an (rough) overview of tcp networking and the involved functions. (This also serves as example for 1.)

Overview

The main contents are:

  • Explaining tracing
  • Short guide to ftrace and trace-cmd
  • Describing a concrete Experiment, tracing the way of data through the kernel
  • Presentation of the results
  • Explanation and discussion of the trace data.

About

A seminar paper explaining ftrace and how to use it for understanding linux kernel internals, illustrated at tracing the way of a TCP packet through the kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published