This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR10746


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]