From: Anup Sharma <anupnewsmail@gmail.com>
To: Adrian Hunter <adrian.hunter@intel.com>
Cc: Anup Sharma <anupnewsmail@gmail.com>,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Arnaldo Carvalho de Melo <acme@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
Ian Rogers <irogers@google.com>,
linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/9] Add support for Firefox's gecko profile format
Date: Fri, 23 Jun 2023 01:33:10 +0530 [thread overview]
Message-ID: <ZJSo/uzJNyfcflNY@yoga> (raw)
In-Reply-To: <a44290cc-5954-8d5a-f84c-9e5a68732ea4@intel.com>
On Thu, Jun 22, 2023 at 07:43:13AM +0300, Adrian Hunter wrote:
> On 21/06/23 22:35, Anup Sharma wrote:
> > This patch series adds support for Firefox's gecko profile format.
> > The format is documented here [1]
> >
> > The series adds a new python script that can be used to convert the
> > perf script to gecko profile format. To use this script, use the
> > following commands:
> >
> > perf record
> > perf script -F +pid > perf_data.txt
> > python3 firefox-gecko-converter.py > gecko_profile.json
>
> Why not use the perf script python interface?
Hi Adrian,
Thank you for your suggestion. I am working on it and will try to implement
it in the next version.
> https://perf.wiki.kernel.org/index.php/Latest_Manual_Page_of_perf-script-python.1
>
> >
> > Also dont forget to change the chown of the output file to the user[2].
> >
> > [1] https://github.com/firefox-devtools/profiler/blob/main/docs-developer/gecko-profile-format.md
> > [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1823421
> >
> > Anup Sharma (9):
> > scripts: python: Add check for correct perf script format
> > scripts: python: implement add sample function and return it
> > scripts: python: Introduce thread sample processing in
> > convertPerfScriptProfile
> > scripts: python: Implement parsing of input data in
> > convertPerfScriptProfile
> > scripts: python: implement function for thread creation
> > scripts: python: implement get or create stack function
> > scripts: python: implement get or create frame function
> > scripts: python: Finalize convertPerfScriptProfile and return profile
> > data
> > scripts: python: Add temporary main function for testing purposes
> >
> > .../scripts/python/firefox-gecko-converter.py | 249 ++++++++++++++++++
> > 1 file changed, 249 insertions(+)
> > create mode 100644 tools/perf/scripts/python/firefox-gecko-converter.py
> >
>
prev parent reply other threads:[~2023-06-22 20:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 19:35 [PATCH 0/9] Add support for Firefox's gecko profile format Anup Sharma
2023-06-21 19:37 ` [PATCH 1/9] scripts: python: Add check for correct perf script format Anup Sharma
2023-06-21 19:39 ` [PATCH 2/9] scripts: python: implement add sample function and return finish function Anup Sharma
2023-06-21 19:40 ` [PATCH 3/9] scripts: python: Introduce thread sample processing in convertPerfScriptProfile Anup Sharma
2023-06-21 19:41 ` [PATCH 4/9] scripts: python: Implement parsing of input data " Anup Sharma
2023-06-24 0:03 ` Namhyung Kim
2023-07-05 19:56 ` Anup Sharma
2023-06-21 19:43 ` [PATCH 5/9] scripts: python: implement function for thread creation Anup Sharma
2023-06-21 19:44 ` [PATCH 6/9] scripts: python: implement get or create stack function Anup Sharma
2023-06-21 19:45 ` [PATCH 7/9] scripts: python: implement get or create frame function Anup Sharma
2023-06-24 0:04 ` Namhyung Kim
2023-07-05 20:01 ` Anup Sharma
2023-07-06 15:57 ` Ian Rogers
2023-06-21 19:46 ` [PATCH 8/9] scripts: python: Finalize convertPerfScriptProfile and return profile data Anup Sharma
2023-06-21 19:46 ` [PATCH 9/9] scripts: python: Add temporary main function for testing purposes Anup Sharma
2023-06-22 4:43 ` [PATCH 0/9] Add support for Firefox's gecko profile format Adrian Hunter
2023-06-22 20:03 ` Anup Sharma [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=ZJSo/uzJNyfcflNY@yoga \
--to=anupnewsmail@gmail.com \
--cc=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=irogers@google.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.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;
as well as URLs for NNTP newsgroup(s).