From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20166 invoked by alias); 10 Nov 2005 21:23:27 -0000 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Received: (qmail 20152 invoked by uid 9566); 10 Nov 2005 21:23:27 -0000 Date: Thu, 10 Nov 2005 21:23:00 -0000 Message-ID: <20051110212327.20150.qmail@sourceware.org> From: kevinrs@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src/tapset aux_syscalls.stp system_calls.stp X-SW-Source: 2005-q4/txt/msg00119.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: kevinrs@sourceware.org 2005-11-10 21:23:27 Modified files: tapset : aux_syscalls.stp system_calls.stp Log message: * system_calls.stp Polished entry point aliases, no more pointer-deref faults (instead the user-space address is given for pointer arguments). Return probe aliases still dont do much. Tested on vanilla 2.6.13 and 2.6.14. * aux_syscalls.stp Any helpers for the syscall tapset are now in this file. More to come. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/aux_syscalls.stp.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/system_calls.stp.diff?cvsroot=systemtap&r1=1.13&r2=1.14