403 Forbidden


Disable Functions:
Path : /lib/perf/examples/bpf/
File Upload :
Command :
Current File : //lib/perf/examples/bpf/hello.c

#include <stdio.h>

int syscall_enter(openat)(void *args)
{
	puts("Hello, world\n");
	return 0;
}

license(GPL);

404 Not Found
[ LogOut ]