public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
	Tim Bird <tim.bird@am.sony.com>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	Alexander van Heukelum <heukelum@mailshack.com>
Subject: Re: [PATCH] tracing/function-graph-tracer: support for x86-64
Date: Tue, 2 Dec 2008 10:05:56 +0100	[thread overview]
Message-ID: <20081202090556.GA12479@elte.hu> (raw)
In-Reply-To: <20081202090205.GA11632@elte.hu>


* Ingo Molnar <mingo@elte.hu> wrote:

> > This patch implements the support for function graph tracer under 
> > x86-64. Both static and dynamic tracing are supported.
> 
> Fantastic stuff! :-)

Graph tracer output from a 64-bit testbox:

 0)               |                cache_grow() {
 0)      0.323 us |                  _spin_lock();
 0)      0.314 us |                  kmem_flagcheck();
 0)               |                  kmem_getpages() {
 0)               |                    __alloc_pages_internal() {
 0)               |                      get_page_from_freelist() {
 0)      0.295 us |                        next_zones_zonelist();
 0)      0.306 us |                        next_zones_zonelist();
 0)      0.394 us |                        zone_watermark_ok();
 0)      0.415 us |                        _spin_lock_irqsave();
 0)               |                        __rmqueue() {
 0)               |                          __rmqueue_smallest() {
 0)      0.387 us |                            __mod_zone_page_state();
 0)      1.514 us |                          }
 0)      2.369 us |                        }
 0)               |                        zone_statistics() {
 0)      0.297 us |                          __inc_zone_state();
 0)      0.290 us |                          __inc_zone_state();
 0)      1.448 us |                        }
 0)      7.315 us |                      }
 0)      7.967 us |                    }
 0)               |                    mod_zone_page_state() {
 0)      0.285 us |                      __mod_zone_page_state();
 0)      0.931 us |                    }
 0)      9.993 us |                  }
 0)               |                  kmem_cache_alloc_node() {
 0)               |                    cache_alloc_refill() {

nice :)

	Ingo

  reply	other threads:[~2008-12-02  9:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-01 23:20 [PATCH] tracing/function-branch-tracer: support for x86-64 Frederic Weisbecker
2008-12-02  9:02 ` Ingo Molnar
2008-12-02  9:05   ` Ingo Molnar [this message]
2008-12-02 12:03     ` [PATCH] tracing/function-graph-tracer: " Frédéric Weisbecker
2008-12-02 11:10   ` [PATCH] tracing/function-branch-tracer: " Frédéric Weisbecker
2008-12-02 21:25   ` Steven Rostedt
2008-12-02 21:40     ` Frédéric Weisbecker
2008-12-03 21:29 ` Alexander van Heukelum
2008-12-03 23:33   ` Frédéric Weisbecker

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=20081202090556.GA12479@elte.hu \
    --to=mingo@elte.hu \
    --cc=fweisbec@gmail.com \
    --cc=heukelum@mailshack.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=tim.bird@am.sony.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox