Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gannimo/tracedaemon
traceDaemon -- kernel support for DynaRace
https://github.com/gannimo/tracedaemon
Last synced: 10 days ago
JSON representation
traceDaemon -- kernel support for DynaRace
- Host: GitHub
- URL: https://github.com/gannimo/tracedaemon
- Owner: gannimo
- Created: 2013-02-12T02:54:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T22:16:32.000Z (almost 12 years ago)
- Last Synced: 2024-11-12T22:42:49.785Z (2 months ago)
- Language: C
- Homepage:
- Size: 1020 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
traceDaemon
===========The traceDaemon project injects a LSM module that interposes certain system
calls. The parameters of the system calls are tested for specific race
conditions against other software that runs in parallel.The LSM module guarantees that system calls of all running threads and
applications are redirected to the traceDaemon in user-space. The traceDaemon
then builds a model of each application and checks for valid state transitions
for each file.