This website requires JavaScript.
Explore
Help
Sign In
kyle
/
sandbox
Watch
1
Star
0
Fork
You've already forked sandbox
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
306a13f866
sandbox
/
ebpf
/
hello.c
6 lines
85 B
C
Raw
Blame
History
int
kprobe__sys_clone
(
void
*
ctx
)
{
bpf_trace_printk
(
"
Hello, world
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink