Skip to content
/ libtrc Public

A C library for writing trcview compatible architecture independent traces

Notifications You must be signed in to change notification settings

pekd/libtrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C library for writing trcview compatible architecture independent traces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages