Home | History | Annotate | Download | only in sanitizer

Lines Matching refs:attr_uptr

1767 #define __sanitizer_syscall_pre_perf_event_open(attr_uptr, pid, cpu, group_fd, \
1769 __sanitizer_syscall_pre_impl_perf_event_open((long)(attr_uptr), (long)(pid), \
1772 #define __sanitizer_syscall_post_perf_event_open(res, attr_uptr, pid, cpu, \
1775 res, (long)(attr_uptr), (long)(pid), (long)(cpu), (long)(group_fd), \
3029 void __sanitizer_syscall_pre_impl_perf_event_open(long attr_uptr, long pid,
3032 void __sanitizer_syscall_post_impl_perf_event_open(long res, long attr_uptr,