Skip to content

Converts the CTF output of the OCaml instrumented runtime to the catapult format.

Notifications You must be signed in to change notification settings

gshag/ctf-to-catapult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ctf-to-catapult

Converts the CTF output of the OCaml instrumented runtime to the catapult format.

Put both the eventlog and the metadata files in a single directory and make sure that the metadata file is named "metadata". If the directory path is "~/tracefiles" and the desired output file is "out.json", then you can run this script as:

python3 ./bt.py ~/tracefiles out.json

About

Converts the CTF output of the OCaml instrumented runtime to the catapult format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages