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]

[Bug translator/2643] New: Translator fails pass 2 if probe alias does not have the matching .return alias


Recently, we removed the syscall.exit.return and and syscall.exit_group.return
aliases in the syscalls.stp. That cause the translator fails pass 2 when do try
to compile this script


probe syscall.*, syscall.*.return {

/* do something */

}

Looks like the translator is looking for the match pair of function entry and
return.

-- 
           Summary: Translator fails pass 2 if probe alias does not have the
                    matching .return alias
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: hien at us dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2643

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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