This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/2913] New: translator can't parse "$var->function"
- From: "masami dot hiramatsu dot pt at hitachi dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 13 Jul 2006 12:33:21 -0000
- Subject: [Bug translator/2913] New: translator can't parse "$var->function"
- Reply-to: sourceware-bugzilla at sourceware dot org
I found that stap can't parse the member of kernel structure if its name is
"function".
ex)
----
probe kernel.function("add_timer_on") {
printf("%x\n", $timer->function)
}
----
This script causes perse errors.
--
Summary: translator can't parse "$var->function"
Product: systemtap
Version: unspecified
Status: NEW
Severity: minor
Priority: P3
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: masami dot hiramatsu dot pt at hitachi dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=2913
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.