harness-probe-ebpf 0.0.1

harness probe for eBPF-based performance monitoring
Documentation
1
2
3
4
5
6
7
use harness::probe::Probe;

#[harness::probe]
#[derive(Default)]
pub struct EBPFProbe {}

impl Probe for EBPFProbe {}