Completed
Function graph tracer
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Linux Tracing Techniques
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 What is tracing
- 4 System calls
- 5 Understanding strace
- 6 Simple example: strace at command line
- 7 Tracing child process
- 8 Filtering the strace by category
- 9 Obtaining system call summary
- 10 How does Ftrace works
- 11 Ftrace - what can be traced
- 12 Enabling events
- 13 Event formats
- 14 Events calling
- 15 Function tracer
- 16 Function graph tracer
- 17 Setting filters
- 18 Tracers vs Events