From: Rik van Riel <riel@surriel.com>
To: Michal Hocko <mhocko@kernel.org>
Cc: Janani Ravichandran <janani.rvchndrn@gmail.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
akpm@linux-foundation.org, hannes@compxchg.org,
vdavydov@virtuozzo.com, vbabka@suse.cz,
mgorman@techsingularity.net, kirill.shutemov@linux.intel.com,
bywxiaobai@163.com, rostedt@goodmis.org
Subject: Re: [PATCH 1/2] mm: page_alloc.c: Add tracepoints for slowpath
Date: Wed, 27 Jul 2016 14:57:41 -0400 [thread overview]
Message-ID: <1469645861.10218.23.camel@surriel.com> (raw)
In-Reply-To: <20160727184445.GG21859@dhcp22.suse.cz>
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
On Wed, 2016-07-27 at 20:44 +0200, Michal Hocko wrote:
> On Wed 27-07-16 14:16:22, Rik van Riel wrote:
> >
> > On Wed, 2016-07-27 at 18:33 +0200, Michal Hocko wrote:
> > >
> > > On Wed 27-07-16 10:47:59, Janani Ravichandran wrote:
> > > >
> > > >
> > > > Add tracepoints to the slowpath code to gather some
> > > > information.
> > > > The tracepoints can also be used to find out how much time was
> > > > spent in
> > > > the slowpath.
> > > I do not think this is a right thing to measure.
> > > __alloc_pages_slowpath
> > > is more a code organization thing. The fast path might perform an
> > > expensive operations like zone reclaim (if node_reclaim_mode > 0)
> > > so
> > > these trace point would miss it.
> > It doesn't look like it does. The fast path either
> > returns an allocated page to the caller, or calls
> > into the slow path.
> I must be missing something here but what prevents
> __alloc_pages_nodemask->get_page_from_freelist from doing
> zone_reclaim?
You are right!
Guess the script may need to collect all the
tracing output from __alloc_pages_nodemask on
up, and then filter the output so only the
interesting (read: long duration) traces get
dumped out to a file.
--
All rights reversed
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2016-07-27 18:59 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-27 14:43 [PATCH 0/2] New tracepoints for slowpath and memory compaction Janani Ravichandran
2016-07-27 14:43 ` Janani Ravichandran
2016-07-27 14:47 ` [PATCH 1/2] mm: page_alloc.c: Add tracepoints for slowpath Janani Ravichandran
2016-07-27 14:47 ` Janani Ravichandran
2016-07-27 15:23 ` Steven Rostedt
2016-07-27 15:23 ` Steven Rostedt
2016-07-27 17:20 ` Dave Hansen
2016-07-27 17:20 ` Dave Hansen
2016-07-27 17:30 ` Steven Rostedt
2016-07-27 17:30 ` Steven Rostedt
2016-07-28 20:11 ` Janani Ravichandran
2016-07-28 20:11 ` Janani Ravichandran
2016-08-04 15:19 ` Steven Rostedt
2016-08-04 15:19 ` Steven Rostedt
2016-08-05 16:03 ` Janani Ravichandran
2016-08-05 16:03 ` Janani Ravichandran
2016-08-05 16:30 ` Steven Rostedt
2016-08-05 16:30 ` Steven Rostedt
2016-08-07 10:36 ` Janani Ravichandran
2016-08-07 10:36 ` Janani Ravichandran
2016-07-27 16:33 ` Michal Hocko
2016-07-27 16:33 ` Michal Hocko
2016-07-27 18:16 ` Rik van Riel
2016-07-27 18:28 ` Steven Rostedt
2016-07-27 18:28 ` Steven Rostedt
2016-07-27 18:44 ` Michal Hocko
2016-07-27 18:44 ` Michal Hocko
2016-07-27 18:57 ` Rik van Riel [this message]
2016-07-27 14:51 ` [PATCH 2/2] mm: compaction.c: Add/Modify direct compaction tracepoints Janani Ravichandran
2016-07-27 14:51 ` Janani Ravichandran
2016-07-27 15:24 ` Steven Rostedt
2016-07-27 15:24 ` Steven Rostedt
2016-08-01 13:25 ` Vlastimil Babka
2016-08-01 13:25 ` Vlastimil Babka
2016-08-07 12:32 ` Janani Ravichandran
2016-08-07 12:32 ` Janani Ravichandran
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=1469645861.10218.23.camel@surriel.com \
--to=riel@surriel.com \
--cc=akpm@linux-foundation.org \
--cc=bywxiaobai@163.com \
--cc=hannes@compxchg.org \
--cc=janani.rvchndrn@gmail.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@techsingularity.net \
--cc=mhocko@kernel.org \
--cc=rostedt@goodmis.org \
--cc=vbabka@suse.cz \
--cc=vdavydov@virtuozzo.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 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.