bpf: rename metric softirq to softirq

Signed-off-by: Tonghao Zhang <tonghao@bamaicloud.com>
This commit is contained in:
Tonghao Zhang 2025-07-13 06:12:45 -04:00
parent 93c15c0d30
commit fc9c20d24a
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func newSoftirq() (*tracing.EventTracingAttr, error) {
}, nil
}
//go:generate $BPF_COMPILE $BPF_INCLUDE -s $BPF_DIR/monsoftirq_tracing.c -o $BPF_DIR/monsoftirq_tracing.o
//go:generate $BPF_COMPILE $BPF_INCLUDE -s $BPF_DIR/softirq.c -o $BPF_DIR/softirq.o
type softirqLatency struct {
bpf bpf.BPF