perf tools: Use fallback for sample_addr_correlates_sym() cases
[linux/fpc-iii.git] / tools / perf / examples / bpf / hello.c
blobcf3c2fdc7f79c7dcc37fb3848ed4c1e55d0673c9
1 #include <stdio.h>
3 int syscall_enter(openat)(void *args)
5 puts("Hello, world\n");
6 return 0;
9 license(GPL);