From: Ingo Molnar <mingo@elte.hu>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] tracing/function-return-tracer: set a more human readable output
Date: Wed, 26 Nov 2008 01:39:36 +0100 [thread overview]
Message-ID: <20081126003936.GA26937@elte.hu> (raw)
In-Reply-To: <492C90E5.8070907@gmail.com>
* Frederic Weisbecker <fweisbec@gmail.com> wrote:
> Here is an example of trace:
>
> sys_read() {
> fget_light() {
> } 526
> vfs_read() {
> rw_verify_area() {
> security_file_permission() {
> cap_file_permission() {
> } 519
> } 1564
> } 2640
> do_sync_read() {
> pipe_read() {
> __might_sleep() {
> } 511
> pipe_wait() {
> prepare_to_wait() {
> } 760
> deactivate_task() {
> dequeue_task() {
> dequeue_task_fair() {
> dequeue_entity() {
> update_curr() {
> update_min_vruntime() {
> } 504
> } 1587
> clear_buddies() {
> } 512
> add_cfs_task_weight() {
> } 519
> update_min_vruntime() {
> } 511
> } 5602
> dequeue_entity() {
> update_curr() {
> update_min_vruntime() {
> } 496
> } 1631
> clear_buddies() {
> } 496
> update_min_vruntime() {
> } 527
> } 4580
> hrtick_update() {
> hrtick_start_fair() {
> } 488
> } 1489
> } 13700
> } 14949
> } 16016
> msecs_to_jiffies() {
> } 496
> put_prev_task_fair() {
> } 504
> pick_next_task_fair() {
> } 489
> pick_next_task_rt() {
> } 496
> pick_next_task_fair() {
> } 489
> pick_next_task_idle() {
> } 489
>
> ------------8<---------- thread 4 ------------8<----------
Wow, very nice output! :-)
I've applied them, will comment and test on them as well.
Ingo
next prev parent reply other threads:[~2008-11-26 0:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 23:57 [PATCH] tracing/function-return-tracer: set a more human readable output Frederic Weisbecker
2008-11-26 0:39 ` Ingo Molnar [this message]
2008-11-26 2:04 ` Ingo Molnar
2008-11-26 2:10 ` [PATCH] tracing: function graph tracer, fix Ingo Molnar
2008-11-26 2:19 ` [PATCH] tracing/function-return-tracer: set a more human readable output Steven Rostedt
2008-11-26 11:32 ` Frédéric Weisbecker
2008-11-26 12:21 ` Steven Rostedt
2008-11-26 13:22 ` Frédéric Weisbecker
2008-11-26 11:11 ` Frédéric Weisbecker
2008-11-26 17:09 ` Steven Rostedt
2008-11-26 2:12 ` Ingo Molnar
2008-11-26 11:11 ` Frédéric Weisbecker
2008-11-26 2:14 ` Ingo Molnar
2008-11-26 2:21 ` Steven Rostedt
2008-11-26 2:42 ` Ingo Molnar
2008-11-26 2:51 ` Steven Rostedt
2008-11-26 11:19 ` Frédéric Weisbecker
2008-11-26 11:38 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081126003936.GA26937@elte.hu \
--to=mingo@elte.hu \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.