Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/iovisor/bcc
/ is_kernel_probe
Method
is_kernel_probe
tools/stackcount.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self.matched = 0
80
81
def
is_kernel_probe(self):
82
return
self.type ==
"t"
or (self.type ==
"p"
and self.library ==
""
)
83
84
def
attach(self):
85
if
self.type ==
"p"
:
Callers
1
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected