Book Image

Embedded Linux Projects Using Yocto Project Cookbook

By : Alex Gonzalez
Book Image

Embedded Linux Projects Using Yocto Project Cookbook

By: Alex Gonzalez

Overview of this book

Table of Contents (13 chapters)
Embedded Linux Projects Using Yocto Project Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Debugging, Tracing, and Profiling

In this chapter, we will cover the following recipes:

  • Analyzing core dumps

  • Native GDB debugging

  • Cross GDB debugging

  • Using strace for application debugging

  • Using the kernel's performance counters

  • Using static kernel tracing

  • Using dynamic kernel tracing

  • Using dynamic kernel events

  • Exploring Yocto's tracing and profiling tools

  • Tracing and profiling with perf

  • Using SystemTap

  • Using OProfile

  • Using LTTng

  • Using blktrace