From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16190 invoked by alias); 15 Nov 2007 16:51:11 -0000 Received: (qmail 16177 invoked by uid 9156); 15 Nov 2007 16:51:11 -0000 Date: Thu, 15 Nov 2007 16:51:00 -0000 Message-ID: <20071115165111.16175.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog stapprobes.5.in tapsets.cxx Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q4/txt/msg00158.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: dsmith@sourceware.org 2007-11-15 16:51:11 Modified files: . : ChangeLog stapprobes.5.in tapsets.cxx Log message: 2007-11-15 David Smith * tapsets.cxx: Removed mark_query structure. (mark_derived_probe::mark_derived_probe): Just looks for "kernel" marker probes. (mark_builder::build_no_more): No longer kern_dw, instead clears the marker cache. (mark_builder::build): Now parses Module.markers file to find marker list and stores them in a cache. (register_standard_tapsets): Removed 'module("foo").mark("bar")'. All markers now go through 'kernel.mark("bar")'. * stapprobes.5.in (parts): Updated marker text. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.716&r2=1.717 http://sourceware.org/cgi-bin/cvsweb.cgi/src/stapprobes.5.in.diff?cvsroot=systemtap&r1=1.33&r2=1.34 http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.222&r2=1.223