multifacet / 0sim-trace

Tool for reading and plotting 0sim-traces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0sim-trace

This is intended as a debugging tool for the simulator (initially). It is a very simplified implementation of kutrace. Currently, it debugs the host, not the simulated workload.

The kernel-side implementation is in kernel/zerosim-trace.c in the 0sim repo, with hooks inserted on the x86-64 syscall, interrupt, fault, and task-switching code paths in the kernel.

About

Tool for reading and plotting 0sim-traces


Languages

Language:Rust 69.9%Language:Python 30.1%