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] |
I'm trying to analyze something on RHEL5 GA (errata kernel), and I'm having problems getting a simple piece of histogram code to work. The following compiles & runs:
%{ #include <linux/blkdev.h> %} global rd_hist
probe kernel.function("__generic_unplug_device") { rd_hist <<< $q->rq.count[READ] }
semantic error: unsupported type tag 19: identifier '$q' at adb-timo-hist.stp:7:14
semantic error: probe_1462 with invalid type long for operator '.' at adb-timo-hist.stp:7:20
-- David Smith dsmith@redhat.com Red Hat http://www.redhat.com 256.217.0141 (direct) 256.837.0057 (fax)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |