repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perf tools: Use fallback for sample_addr_correlates_sym() cases
[linux/fpc-iii.git]
/
tools
/
perf
/
examples
/
bpf
/
hello.c
blob
cf3c2fdc7f79c7dcc37fb3848ed4c1e55d0673c9
1
#include <stdio.h>
2
3
int
syscall_enter
(
openat
)(
void
*
args
)
4
{
5
puts
(
"Hello, world
\n
"
);
6
return
0
;
7
}
8
9
license
(
GPL
);