This document discusses Linux performance analysis tools. It introduces tpoint, a tool for tracing Linux tracepoints. Some example one-liners are provided that demonstrate how to use tpoint to trace disk I/O and see the tasks and processes performing I/O. The document also summarizes ftrace, a Linux kernel tracing tool that can be used to analyze performance issues.