linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Namhyung Kim <namhyung@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>,
	Ingo Molnar <mingo@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Jiri Olsa <jolsa@redhat.com>, LKML <linux-kernel@vger.kernel.org>,
	David Ahern <dsahern@gmail.com>, Minchan Kim <minchan@kernel.org>,
	Joonsoo Kim <js1304@gmail.com>,
	linux-mm@kvack.org
Subject: Re: [PATCH 1/7] tracing, mm: Record pfn instead of pointer to struct page
Date: Fri, 27 Mar 2015 12:13:06 -0400	[thread overview]
Message-ID: <20150327121306.32ad44c1@gandalf.local.home> (raw)
In-Reply-To: <1427422087-17239-2-git-send-email-namhyung@kernel.org>

On Fri, 27 Mar 2015 11:08:01 +0900
Namhyung Kim <namhyung@kernel.org> wrote:

> The struct page is opaque for userspace tools, so it'd be better to save
> pfn in order to identify page frames.
> 
> The textual output of $debugfs/tracing/trace file remains unchanged and
> only raw (binary) data format is changed - but thanks to libtraceevent,
> userspace tools which deal with the raw data (like perf and trace-cmd)
> can parse the format easily.  So impact on the userspace will also be
> minimal.
> 
> Based-on-patch-by: Joonsoo Kim <js1304@gmail.com>
> Acked-by: Ingo Molnar <mingo@kernel.org>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: linux-mm@kvack.org
> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
> ---


Acked-by: Steven Rostedt <rostedt@goodmis.org>

-- Steve

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2015-03-27 16:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-27  2:08 [PATCHSET 0/7] perf kmem: Implement page allocation analysis (v5) Namhyung Kim
2015-03-27  2:08 ` [PATCH 1/7] tracing, mm: Record pfn instead of pointer to struct page Namhyung Kim
2015-03-27 16:13   ` Steven Rostedt [this message]
2015-03-27  2:08 ` [PATCH 2/7] perf kmem: Analyze page allocator events also Namhyung Kim
2015-03-27  2:08 ` [PATCH 3/7] perf kmem: Implement stat --page --caller Namhyung Kim
2015-03-27  2:08 ` [PATCH 4/7] perf kmem: Support sort keys on page analysis Namhyung Kim
2015-03-27  2:08 ` [PATCH 5/7] perf kmem: Add --live option for current allocation stat Namhyung Kim
2015-03-27  2:08 ` [PATCH 6/7] perf kmem: Print gfp flags in human readable string Namhyung Kim
2015-03-27  2:08 ` [PATCH 7/7] perf kmem: Add kmem.default config option Namhyung Kim
2015-03-27 16:20 ` [PATCHSET 0/7] perf kmem: Implement page allocation analysis (v5) Arnaldo Carvalho de Melo

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=20150327121306.32ad44c1@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@kernel.org \
    --cc=dsahern@gmail.com \
    --cc=jolsa@redhat.com \
    --cc=js1304@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=minchan@kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox