bpf: rename metric softirq to softirq
Signed-off-by: Tonghao Zhang <tonghao@bamaicloud.com>
This commit is contained in:
parent
93c15c0d30
commit
fc9c20d24a
|
@ -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
|
Loading…
Reference in New Issue