From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1795 invoked by alias); 24 Jan 2012 13:58:37 -0000 Received: (qmail 1765 invoked by uid 9112); 24 Jan 2012 13:58:36 -0000 Date: Tue, 24 Jan 2012 13:58:00 -0000 Message-ID: <20120124135834.1747.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-680-g17e446b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b3741c9d77109e5ce058ce8c5b49c3959cd6ea18 X-Git-Newrev: 17e446b2e185840081410d44618e7b3329146fcf 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-q1/txt/msg00026.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 17e446b2e185840081410d44618e7b3329146fcf (commit) from b3741c9d77109e5ce058ce8c5b49c3959cd6ea18 (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 17e446b2e185840081410d44618e7b3329146fcf Author: Mark Wielaard Date: Tue Jan 24 14:55:35 2012 +0100 dump_symbol_tables: kernel entry functions are NOTYPE. Commit a09fc5 restricted symbol inclusion of STT_NOTYPE to ET_REL files (kernel modules) to get fn-desc in .odp which don't occur anywhere else. But kernel entry functions are also not STT_FUNC but are marked STT_NOTYPE. ----------------------------------------------------------------------- Summary of changes: translate.cxx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool