This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: PR10746
- From: Wenji Huang <wenji dot huang at oracle dot com>
- To: SystemTAP <systemtap at sources dot redhat dot com>
- Date: Sat, 10 Oct 2009 12:42:21 +0800
- Subject: Re: PR10746
- Reply-to: wenji dot huang at oracle dot com
Hi,
Commit "PR10746: improve error message on utrace-less kernels"
makes things strict for process.* on non-utrace kernel. So
the following scripts will get error.
$ stap -l 'process("./bz6905").statement("*")'
$ stap -p2 -e 'probe process.syscall{}'
$ stap -k -p3 -e 'probe process.begin{}'
There is also no generated C file for those scripts when we
need code review.
In fact, procedure 1-3 are not related to utrace.
Regards,
Wenji