Go to file
2021-11-03 11:32:17 +01:00
cfg Fix CPU config window names 2021-10-21 17:04:58 +02:00
doc Add support for sfree in nosv subsystems 2021-11-03 11:32:08 +01:00
.gitignore Add gitignore 2021-08-02 20:26:20 +02:00
chan.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
chan.h Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
COPYING Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
dump.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
emu_nosv.c Use the values as-is for appid, taskid and typeid 2021-11-03 11:32:17 +01:00
emu_openmp.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
emu_ovni.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
emu_tampi.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
emu.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
emu.h Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
heap.h Use priority queue for streams and fast channels 2021-10-21 16:53:00 +02:00
Makefile Enable more strict warnings 2021-10-21 16:53:00 +02:00
ovni2prv.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
ovni_trace.h Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
ovni.c Add _emit sufffix in ovni_ev and ovni_ev_jumbo 2021-11-03 11:32:17 +01:00
ovni.h Add _emit sufffix in ovni_ev and ovni_ev_jumbo 2021-11-03 11:32:17 +01:00
ovnisync.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
parson.c Store CPU list in a metadata.json file 2021-08-03 17:48:37 +02:00
parson.h Store CPU list in a metadata.json file 2021-08-03 17:48:37 +02:00
pcf.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
pcf.h Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
plot-drift.py Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
prv.c Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
prv.h Add GPLv3 and MIT licenses 2021-11-03 11:32:17 +01:00
README.txt Add readme 2021-11-03 11:32:17 +01:00
test_speed.c Add _emit sufffix in ovni_ev and ovni_ev_jumbo 2021-11-03 11:32:17 +01:00
uthash.h Add nosv task support 2021-07-29 17:46:25 +02:00
utlist.h Add utlist.h for double linked lists 2021-10-21 16:53:00 +02:00

           ovni - Obtuse but Versatile nOS-V Instrumentation

The ovni instrumentation project is composed of a runtime library (libovni.so),
which generates a fast binary trace, and post-processing tools such as the
emulator (emu), which transform the binary trace to the PRV format, suitable to
be loaded in Paraver.

The libovni.so library is licensed under MIT, while the rest of tools are GPLv3
unless otherwise stated.

For more information, take a look at the doc/ directory.