9 lines
110 B
Go
9 lines
110 B
Go
//go:build ebpf
|
|
// +build ebpf
|
|
|
|
package native
|
|
|
|
func (dbp *nativeProcess) SupportsBPF() bool {
|
|
return true
|
|
}
|