From b1f3e72e9fb1f41b0dbb5be20506e375fcf89561 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 18 Nov 2005 21:57:30 +0000 Subject: 2005-11-18 Martin Hunt PR 1837 * testsuite/buildko/one.stp: Replace printk. * testsuite/buildok/one.stp: Ditto. * testsuite/buildok/two.stp: Ditto. * testsuite/semko/fifteen.stp: Ditto. * testsuite/semko/fourteen.stp: Ditto. * testsuite/semko/thirteen.stp: Ditto. * testsuite/transok/eight.stp: Ditto. * testsuite/transok/seven.stp: Ditto. * testsuite/transok/six.stp: Ditto. * tapsets.cxx (*::emit_probe_entries): Replace printk() calls with _stp_warn(). * stap.1.in: Replace printk with printf in example. * stapfuncs.5.in: Remove docs for printk and add for print and printf. * tapset/logging.stp (printk): Deleted. --- testsuite/buildok/two.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/buildok/two.stp') diff --git a/testsuite/buildok/two.stp b/testsuite/buildok/two.stp index 7453cae1..e10a036d 100755 --- a/testsuite/buildok/two.stp +++ b/testsuite/buildok/two.stp @@ -12,7 +12,7 @@ strncpy(THIS->__retvalue, UTS_RELEASE, MAXSTRINGLEN); probe begin { - printk("hello from systemtap, kernel version " . get_release()) + log("hello from systemtap, kernel version " . get_release()) } END -- cgit