This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/14690] New: the syscall tapsets could be written to prefer the 'syscalls' tracepoints
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 09 Oct 2012 19:41:30 +0000
- Subject: [Bug tapsets/14690] New: the syscall tapsets could be written to prefer the 'syscalls' tracepoints
- Auto-submitted: auto-generated
http://sourceware.org/bugzilla/show_bug.cgi?id=14690
Bug #: 14690
Summary: the syscall tapsets could be written to prefer the
'syscalls' tracepoints
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tapsets
AssignedTo: systemtap@sourceware.org
ReportedBy: dsmith@redhat.com
Depends on: 14689
Classification: Unclassified
If systemtap could find the 'syscalls' set of tracepoints, the syscall tapsets
could be written to prefer those tracepoints over using kprobes. As an
example:
====
probe syscall.access = kernel.trace("sys_enter_access") !,
kernel.function("sys_access").call
{
# ... we'd probably need to use @defined() to get the correct arguments
}
====
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.