Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/iovisor/bcc
/ some_function
Function
some_function
tests/python/dummy.cc:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
namespace some_namespace {
5
static __attribute__((noinline)) int some_function(int x, int y) {
6
volatile int z = x + y;
7
return z;
8
}
9
}
10
11
int main() {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected