summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/bz10078.stp
blob: 0318e4e9cdc57cd95b7a71510749c4f80c5c068c (plain)
1
2
3
4
#! stap -p4
probe process("./bz10078").function("mkpoint*").return {
	printf("%s returns\n", probefunc())
}