From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15529 invoked by alias); 1 Oct 2009 03:14:48 -0000 Received: (qmail 15515 invoked by uid 9830); 1 Oct 2009 03:14:47 -0000 Date: Thu, 01 Oct 2009 03:14:00 -0000 Message-ID: <20091001031447.15494.qmail@sourceware.org> From: leitao@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-49-g2fd689d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 468abaf4588392bcf7d7e243c707bb41bc17532c X-Git-Newrev: 2fd689d98a1c6bd24486e8e261e52bf0814dd477 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-q4/txt/msg00000.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 2fd689d98a1c6bd24486e8e261e52bf0814dd477 (commit) from 468abaf4588392bcf7d7e243c707bb41bc17532c (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 2fd689d98a1c6bd24486e8e261e52bf0814dd477 Author: Breno Leitao Date: Thu Oct 1 00:09:07 2009 -0300 Actually indent_thread() is a very useful function, but sometimes you're probing something that is not related to any task, as an interrupt function, and if the application changes during the interrupt, the indentation gets confused. For example: 0 swapper(0): -> neo_copy_data_from_queue_to_uart 69 a.out(7659): -> neo_parse_modem 74 a.out(7659): -> neo_param 14 swapper(0): <- neo_copy_data_from_queue_to_uart 83 a.out(7659): -> jsm_carrier 86 a.out(7659): <- jsm_carrier 0 swapper(0): -> neo_parse_modem 94 a.out(7659): <- jsm_tty_set_termios 8 swapper(0): <- neo_parse_modem So, I decided to create a simpler function that doesn't consider the task. Much of the idea of this implementation came from Frank(Thanks) ----------------------------------------------------------------------- Summary of changes: tapset/indent.stp | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool