Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 403 Bytes

libtrc

A C library to easily create "generic" (architecture independent) trace files for trcview.

Usage

Write your code, include trace.h, link it with trace.c. That's it.

Demo

The demo program demo.c creates a simple trace file with a few steps, memory accesses and an mmap event.

Compile the demo with:

gcc -o demo demo.c trace.c