summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/aux_syscalls-embedded.stp
blob: 22b3cd7166da6cdfd372b9b910a50f94764d9840 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p4

probe begin {
	print (_struct_timeval_u(0,0))
	print (_struct_compat_timeval_u(0,0))
	print (_struct_timeval (0))
	print (_struct_timezone_u (0))
}