From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8246 invoked by alias); 14 Aug 2012 15:54:22 -0000 Received: (qmail 7814 invoked by uid 9945); 14 Aug 2012 15:54:15 -0000 Date: Tue, 14 Aug 2012 15:54:00 -0000 Message-ID: <20120814155413.7770.qmail@sourceware.org> From: serhei@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-188-g30da3ad X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: da35c58d1e216b3305a83c2d3ca1245e488ddba3 X-Git-Newrev: 30da3ad3fba2e8291100af3bd74e4e664a9cc657 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: 2012-q3/txt/msg00119.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 30da3ad3fba2e8291100af3bd74e4e664a9cc657 (commit) from da35c58d1e216b3305a83c2d3ca1245e488ddba3 (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 30da3ad3fba2e8291100af3bd74e4e664a9cc657 Author: Serguei Makarov Date: Tue Aug 14 11:51:35 2012 -0400 PR6580 misc oops: put ucontext stuff in ucontext-*! ----------------------------------------------------------------------- Summary of changes: tapset/linux/context-caller.stp | 24 ------------------------ tapset/linux/context-symbols.stp | 20 -------------------- tapset/linux/context-unwind.stp | 14 +------------- tapset/linux/context.stpm | 3 +++ tapset/linux/ucontext-symbols.stp | 17 +++++++++++++++++ tapset/linux/ucontext.stp | 20 ++++++++++++++++++++ 6 files changed, 41 insertions(+), 57 deletions(-) create mode 100644 tapset/linux/context.stpm hooks/post-receive -- systemtap: system-wide probe/trace tool