ovni/test/emu/ovni
Rodrigo Arias 93ab5a5833 Add ovni_mark_* API to store custom states
In order to allow easy debugging of some programs and runtimes, it is
often neccessary to add extra information in the timeline views. The
modification of the emulator to accomodate those temporal events is time
consuming and requires knowlegde of the emulator internals.

To improve the situation, a new set of functions are added to libovni
which allow users to define their own views. Up to 100 types of events
can be declared, where each type can have an unlimited number ov values
with an optional label attached.
2024-06-19 12:26:35 +02:00
..
burst-stats.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
clockgate.c Register emulation models only if required 2023-11-16 12:39:05 +01:00
CMakeLists.txt Add ovni_mark_* API to store custom states 2024-06-19 12:26:35 +02:00
dummy.c Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
empty-sort.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
empty-stream.c Fix segfault reading empty streams 2023-10-23 10:07:44 +02:00
flush-overhead.c Increase the flush overhead limit to 2 ms 2023-04-05 15:35:37 +02:00
flush-tmpdir.c Add flush-tmpdir test 2023-11-16 12:39:14 +01:00
flush-tmpdir.driver.sh Add flush-tmpdir test 2023-11-16 12:39:14 +01:00
flush.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
libovni-attr.c Add API to manage metadata in streams 2024-06-13 11:09:40 +02:00
libovni-mark.c Add ovni_mark_* API to store custom states 2024-06-19 12:26:35 +02:00
match-doc-events.sh Test generated events match documentation 2024-01-30 12:02:02 +01:00
match-doc-version.sh Document version changes in emulator models 2024-03-14 13:56:37 +01:00
mp-simple.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
no-cpus.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
ovniver.driver.sh Install ovniver with the runpath set 2023-12-12 17:06:24 +01:00
require-bad-version.c Add require test for missing models 2023-11-16 12:39:14 +01:00
require-compat.c Add require test for missing models 2023-11-16 12:39:14 +01:00
require-repeated.c Test multiple calls to ovni_thread_require() 2023-11-16 12:39:14 +01:00
sort-cpus-by-loom.c Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
sort-cpus-by-rank.c Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
sort-first-and-full-ring.c Register emulation models only if required 2023-11-16 12:39:05 +01:00
sort-flush.c Register emulation models only if required 2023-11-16 12:39:05 +01:00
sort.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
thread-crash.c Mark the finalization of streams 2023-11-16 12:39:14 +01:00
thread-free-isready.c Fix ovni_thread_isready() after ovni_thread_free() 2023-12-19 17:30:20 +01:00
tmpdir-metadata.c Test temporal directories are removed at the end 2023-11-16 12:39:15 +01:00
tmpdir-metadata.driver.sh Test temporal directories are removed at the end 2023-11-16 12:39:15 +01:00
tracedir-subdir.c Add a test for multiple values of OVNI_TRACEDIR 2023-10-23 07:49:28 +00:00
tracedir-subdir.driver.sh Add a test for multiple values of OVNI_TRACEDIR 2023-10-23 07:49:28 +00:00
version-bad.c Update copyright years to 2021-2023 2023-03-24 12:08:45 +00:00
version-good.c Add include-what-you-use 2023-03-24 12:08:45 +00:00