From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31786 invoked by alias); 21 Apr 2009 00:27:44 -0000 Received: (qmail 31757 invoked by uid 9586); 21 Apr 2009 00:27:43 -0000 Date: Tue, 21 Apr 2009 00:27:00 -0000 Message-ID: <20090421002743.31744.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-176-gb68b208 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 436e5bf634020bcb9f98967891508db21f9e6cbd X-Git-Newrev: b68b2088c1b6e4c0eb4f18c161d3273fed33a385 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00099.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via b68b2088c1b6e4c0eb4f18c161d3273fed33a385 (commit) via 219b3700b8603b6fe3610d6f06e353f3c041ee0b (commit) via 2ca818756fff583220c238cf344add80b71f7f8c (commit) via fb0274bc9ad5b82caffa33fbd077104b0b7f3b4e (commit) via 462c90c3a1de9e8472bc84f9c9f8d5192aebd778 (commit) via 1f329b5e2af4710a254e252529e8eee2fab4fd67 (commit) via 3e1c25aa1f788ad5075e2563cc208b58ab6273b5 (commit) from 436e5bf634020bcb9f98967891508db21f9e6cbd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b68b2088c1b6e4c0eb4f18c161d3273fed33a385 Merge: 436e5bf634020bcb9f98967891508db21f9e6cbd 219b3700b8603b6fe3610d6f06e353f3c041ee0b Author: Josh Stone Date: Mon Apr 20 17:25:35 2009 -0700 Merge branch 'cast_header' commit 219b3700b8603b6fe3610d6f06e353f3c041ee0b Author: Josh Stone Date: Mon Apr 20 17:18:32 2009 -0700 Add tests for @cast-generated modules commit 2ca818756fff583220c238cf344add80b71f7f8c Author: Josh Stone Date: Mon Apr 20 16:58:37 2009 -0700 Cleanup typequery user modules from the cache too commit fb0274bc9ad5b82caffa33fbd077104b0b7f3b4e Author: Josh Stone Date: Mon Apr 20 16:45:26 2009 -0700 PR10055: generate dummy modules w/ types for @cast The module field in @cast can now also be "kmod" or "umod" to generate a kernel or user module which includes the specified header. The appropriate compiler flags are used to save all possible type debuginfo from the header. commit 462c90c3a1de9e8472bc84f9c9f8d5192aebd778 Author: Josh Stone Date: Mon Apr 20 16:43:15 2009 -0700 Suppress module-loading errors in @casts If a @cast encounters a module that it can't load, it should just go on to the next module instead of throwing an exception. If there is no next module, we'll get a better "type not found" exception anyway. commit 1f329b5e2af4710a254e252529e8eee2fab4fd67 Author: Josh Stone Date: Mon Apr 20 16:41:52 2009 -0700 Add a function to hash typequery modules commit 3e1c25aa1f788ad5075e2563cc208b58ab6273b5 Author: Josh Stone Date: Fri Apr 17 20:34:13 2009 -0700 Add functions to build umod & kmod typequery ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 57 +++++++++++++++++++++++++++++++ buildrun.h | 2 + cache.cxx | 18 +++++++++- hash.cxx | 20 +++++++++++ hash.h | 2 + tapsets.cxx | 67 ++++++++++++++++++++++++++++++++++++- testsuite/semok/cast.stp | 4 ++ testsuite/systemtap.base/cast.exp | 6 ++- testsuite/systemtap.base/cast.stp | 21 +++++++++++ 9 files changed, 192 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool