profile-manual-arch.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
  4. <chapter id='profile-manual-arch'>
  5. <title>Overall Architecture of the Linux Tracing and Profiling Tools</title>
  6. <section id='architecture-of-the-tracing-and-profiling-tools'>
  7. <title>Architecture of the Tracing and Profiling Tools</title>
  8. <para>
  9. It may seem surprising to see a section covering an 'overall architecture'
  10. for what seems to be a random collection of tracing tools that together
  11. make up the Linux tracing and profiling space.
  12. The fact is, however, that in recent years this seemingly disparate
  13. set of tools has started to converge on a 'core' set of underlying
  14. mechanisms:
  15. </para>
  16. <para>
  17. <itemizedlist>
  18. <listitem>static tracepoints</listitem>
  19. <listitem>dynamic tracepoints
  20. <itemizedlist>
  21. <listitem>kprobes</listitem>
  22. <listitem>uprobes</listitem>
  23. </itemizedlist>
  24. </listitem>
  25. <listitem>the perf_events subsystem</listitem>
  26. <listitem>debugfs</listitem>
  27. </itemizedlist>
  28. </para>
  29. <informalexample>
  30. <emphasis>Tying it Together:</emphasis> Rather than enumerating here how each tool makes use of
  31. these common mechanisms, textboxes like this will make note of the
  32. specific usages in each tool as they come up in the course
  33. of the text.
  34. </informalexample>
  35. </section>
  36. </chapter>
  37. <!--
  38. vim: expandtab tw=80 ts=4
  39. -->