xref: /linux-tools/ebpf/libbpf-bootstrap/openat.h (revision 221b0c1edbfd1ce7d1c890ca36c712a3208d6de0)
1 #ifndef __SYSCALL_TP_H_
2 #define __SYSCALL_TP_H_
3 
4 struct open_event{
5     int pid, _;
6     char fname[(1<<7)-sizeof(int)*2];
7 };
8 
9 #endif /* __SYSCALL_TP_H_ */
10