summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/conversions-embedded.stp
blob: 7aa5a0b47b0216d32a5da1cbdc0eef2e631641dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! stap -p4

probe begin {
	print (kernel_string (0))
	print (kernel_long (0))
	print (kernel_int (0))
	print (kernel_short (0))
	print (kernel_char (0))
	print (user_string2 (0, ""))
	print (user_string_warn (0))
	print (user_string_quoted (0))
}