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 uprobes/14275] New: Possible hotspot.function(" ") style probes


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

             Bug #: 14275
           Summary: Possible hotspot.function(" ") style probes
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: uprobes
        AssignedTo: systemtap@sourceware.org
        ReportedBy: lberk@redhat.com
    Classification: Unclassified


Currently there is no good way to gain information on a per-function basis in
java, we have to resort to probing method_entry's and then checking against the
fuction name to confirm the correct function before we dive deeper.  This
should be much more simple for the user. Perhaps a stap -e 'probe
hotspot.function("foo")' or stap -e 'probe process("java").function("foo")'

Idealy this would be just as easy as probing functions in C/C++

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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