All of lore.kernel.org
 help / color / mirror / Atom feed
From: jarmo.tiitto@gmail.com
To: Bill Wendling <morbo@google.com>,
	Kees Cook <keescook@chromium.org>,
	LKML <linux-kernel@vger.kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	clang-built-linux <clang-built-linux@googlegroups.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Jarmo Tiitto <jarmo.tiitto@gmail.com>,
	Sami Tolvanen <samitolvanen@google.com>
Subject: Re: [PATCH] pgo: rename the raw profile file to vmlinux.profraw
Date: Wed, 02 Jun 2021 00:40:25 +0300	[thread overview]
Message-ID: <5615959.Mqr2uNrfH2@hyperiorarchmachine> (raw)
In-Reply-To: <202106011210.B5A8881214@keescook>

Kees Cook wrote tiistaina 1. kesäkuuta 2021 22.13.21 EEST:
> On Tue, Jun 01, 2021 at 01:24:39AM -0700, 'Bill Wendling' via Clang Built 
Linux wrote:
> > On Mon, May 31, 2021 at 1:29 PM Nathan Chancellor <nathan@kernel.org> 
wrote:
> > > On 5/31/2021 1:20 PM, Bill Wendling wrote:
> > > > Future PGO features may create other files in /sys/kernel/debug/pgo.
> > > > So
> > > > rename the kernel's raw profile data file to "vmlinux.profraw" to make
> > > > which part of the kernel the file is for more explicit.
> > > > 
> > > > Note that future files in /sys/kernel/debug/pgo should follow a
> > > > similar
> > > > naming convention.
> > > > 
> > > > Signed-off-by: Bill Wendling <morbo@google.com>
> > > 
> > > Guess this clears up my confusion around the module patches :)
> > 
> > To clarify, Jarmo did those patches on his own. I just wanted to
> > clarify the naming convention. :-)
> 
> Is the expectation that there would be 1 file per module in
> /sys/kernel/debug/pgo/ after the modules patch?
> 
> > -bw
> > 
> > > Reviewed-by: Nathan Chancellor <nathan@kernel.org>
> > > 
> > > > ---
> > > > 
> > > >   Documentation/dev-tools/pgo.rst | 6 +++---
> > > >   kernel/pgo/Kconfig              | 7 ++++---
> > > >   kernel/pgo/fs.c                 | 2 +-
> > > >   3 files changed, 8 insertions(+), 7 deletions(-)
> > > > 
> > > > diff --git a/Documentation/dev-tools/pgo.rst
> > > > b/Documentation/dev-tools/pgo.rst index b7f11d8405b7..0200449c4843
> > > > 100644
> > > > --- a/Documentation/dev-tools/pgo.rst
> > > > +++ b/Documentation/dev-tools/pgo.rst
> > > > 
> > > > @@ -76,7 +76,7 @@ The PGO kernel support creates the following files in 
debugfs:
> > > >   ``/sys/kernel/debug/pgo/reset``
> > > >   
> > > >       Global reset file: resets all coverage data to zero when written
> > > >       to.
> > > > 
> > > > -``/sys/kernel/debug/profraw``
> > > > +``/sys/kernel/debug/pgo/vmlinux.profraw``
> > > > 
> > > >       The raw PGO data that must be processed with ``llvm_profdata``.
> > > > 
> > > > @@ -108,7 +108,7 @@ using the result to optimize the kernel:
> > > >      .. code-block:: sh
> > > > 
> > > > -      $ cp -a /sys/kernel/debug/pgo/profraw /tmp/vmlinux.profraw
> > > > +      $ cp -a /sys/kernel/debug/pgo/vmlinux.profraw
> > > > /tmp/vmlinux.profraw
> 
> And if so, these instructions would change (in the future) to something
> like:
> 
>      $ cp -a /sys/kernel/debug/pgo/*.profraw /tmp/prof/
> 
> ?
> 
> -Kees

Hi,

To be clear the mucked up patches I sent are more like of RFC to get in 
contact with the development.
Back to the code:

Yes, my future intention is that there will be one *.profraw file per module.
And curiously I would also have renamed the current profile data file to 
"vmlinux.profraw" to disambiguate it from what part of kernel generated it.

I already wrote an small fix up that I think should be part of the upstream 
code so that profiling the vmlinux works better.
It filters out any module originated content from vmlinux.profraw.

Above will be probably a good exercise for me.

Next, my future v2 module profiling machinery
would probably follow on top of your work.

-Jarmo



  reply	other threads:[~2021-06-01 21:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 20:20 [PATCH] pgo: rename the raw profile file to vmlinux.profraw Bill Wendling
2021-05-31 20:29 ` Nathan Chancellor
2021-06-01  8:24   ` Bill Wendling
2021-06-01 19:13     ` Kees Cook
2021-06-01 21:40       ` jarmo.tiitto [this message]
2021-06-01 22:55         ` Kees Cook
2021-06-01 19:17 ` Kees Cook

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=5615959.Mqr2uNrfH2@hyperiorarchmachine \
    --to=jarmo.tiitto@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=corbet@lwn.net \
    --cc=keescook@chromium.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=morbo@google.com \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=samitolvanen@google.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.