From: SeongJae Park <sj@kernel.org>
To: SeongJae Park <sj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Jonathan Corbet <corbet@lwn.net>,
Steven Rostedt <rostedt@goodmis.org>,
damon@lists.linux.dev, linux-mm@kvack.org,
linux-doc@vger.kernel.org, linux-trace-kernel@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: (no title)
Date: Wed, 13 Sep 2023 02:19:02 +0000 [thread overview]
Message-ID: <20230913021902.1993-1-sj@kernel.org> (raw)
In-Reply-To: <20230912183559.4733-1-sj@kernel.org>
Hello,
On Tue, 12 Sep 2023 18:35:57 +0000 SeongJae Park <sj@kernel.org> wrote:
> Date: Tue, 12 Sep 2023 02:24:11 +0000
> Subject: [PATCH v2 0/2] mm/damon: add a tracepoint for damos apply target regions
I added a blank line in the header of the original patch, and it resulted in
this weird no-title mail, sorry. I will rebase this on latest mm-unstable and
resend.
Thanks,
SJ
>
> Changlog
> --------
>
> From v1
> (https://lore.kernel.org/damon/20230911045908.97649-1-sj@kernel.org/)
> - Get scheme/target indices only when the trace is enabled (Steven Rostedt)
>
> From RFC
> (https://lore.kernel.org/damon/20230827004045.49516-1-sj@kernel.org/)
> - Fix the 4 byte hole (Steven Rostedt)
> - Add documentation
>
> Description
> -----------
>
> DAMON provides damon_aggregated tracepoint to let users record full monitoring
> results. Sometimes, users need to record monitoring results of specific
> pattern. DAMOS tried regions directory of DAMON sysfs interface allows it, but
> the interface is mainly designed for snapshots and therefore would be
> inefficient for such recording. Implement yet another tracepoint for efficient
> support of the usecase.
>
>
> SeongJae Park (2):
> mm/damon/core: add a tracepoint for damos apply target regions
> Docs/admin-guide/mm/damon/usage: document damos_before_apply
> tracepoint
>
> Documentation/admin-guide/mm/damon/usage.rst | 37 +++++++++++++++----
> include/trace/events/damon.h | 39 ++++++++++++++++++++
> mm/damon/core.c | 32 +++++++++++++++-
> 3 files changed, 100 insertions(+), 8 deletions(-)
>
>
> base-commit: b67dc18d1406be3598248d2cc78904a81176fa13
> --
> 2.25.1
>
prev parent reply other threads:[~2023-09-13 2:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-12 18:35 SeongJae Park
2023-09-12 18:35 ` [PATCH v2 1/2] mm/damon/core: add a tracepoint for damos apply target regions SeongJae Park
2023-09-12 18:35 ` [PATCH v2 2/2] Docs/admin-guide/mm/damon/usage: document damos_before_apply tracepoint SeongJae Park
2023-09-13 2:19 ` SeongJae Park [this message]
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=20230913021902.1993-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=corbet@lwn.net \
--cc=damon@lists.linux.dev \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-trace-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox