A library and collection of tools to parse, write and modify JIF files (Junction Image Format).
If you know you know.
Moreover, you can find the specification for the JIF in here.
The repo has three main components:
jif
: the library that holds the main functionality and modelling for JIF files;tracer-format
: the library to decode memory traces from junction;readjif
: a tool to read, view and query JIF filesjiftool
: a tool to change JIF files (by building interval trees, adding ordering segments)cmpjif
: a tool to produce upset plots of the private data held by JIFstimejif
: a tool to produce plots of unique page accesses over timetracejif
: a tool to enhance memory traces with VMA information