ghostscope-platform 0.1.1

Platform abstraction layer that normalizes kernel, architecture, and BTF quirks for GhostScope.
Documentation
1
2
3
4
5
# ghostscope-platform

`ghostscope-platform` abstracts kernel, architecture, and BTF quirks so the rest of GhostScope can reason about processes in a portable way. It normalizes kernel symbols, exposes helper traits, and provides struct definitions shared with the protocol crate.

Refer to the workspace documentation for background and integration details: <https://github.com/swananan/ghostscope#readme>.