MCPcopy 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
4namespace 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
11int main() {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected