1. Introduction
  2. Documentation
  3. 1. Getting Starting
  4. 2. Porting
    1. 2.1. Critical Sections
  5. 3. Configuration
  6. 4. Instrumenting Your Code
    1. 4.1. Event Markers
    2. 4.2. Value Markers
    3. 4.3. Interrupts
    4. 4.4. 🚧 FreeRTOS Tracing
      1. 4.4.1. 🚧 FreeRTOS Task Tracing
      2. 4.4.2. 🚧 FreeRTOS Resource Tracing
      3. 4.4.3. 🚧 FreeRTOS Task-local Markers
  7. 5. 🚧 Trace Handling
    1. 5.1. 🚧 The Metadata Buffer
    2. 5.2. 🚧 Streaming Backend
    3. 5.3. 🚧 Snapshot Backend
    4. 5.4. 🚧 Post-Mortem Backend
    5. 5.5. 🚧 Dropped Events
  8. 6. 🚧 Multi-core Support
  9. 7. Viewing your traces
    1. 7.1. CLI Trace Converter
    2. 7.2. Web Trace Converter
  10. Technical Details
  11. 8. Trace Format
    1. 8.1. COBS Framing
    2. 8.2. Varlen Encoding
    3. 8.3. Trace Event Fields
    4. 8.4. Code Generation
    5. 8.5. Trace Event Index
  12. 9. 🚧 Technologies Overview
    1. 9.1. 🚧 Target Tracer
    2. 9.2. 🚧 Rust + WASM
    3. 9.3. 🚧 Website
    4. 9.4. 🚧 Perfetto & Synthetto

Tonbandgerät Documentation

Technologies Overview

TODO