qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add list_fn_callees.py and list_helpers.py scripts
@ 2020-07-14 16:41 Ahmed Karaman
  2020-07-14 16:41 ` [PATCH 1/2] scripts/performance: Add list_fn_callees.py script Ahmed Karaman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmed Karaman @ 2020-07-14 16:41 UTC (permalink / raw)
  To: qemu-devel, aleksandar.qemu.devel, philmd, alex.bennee, eblake,
	ldoktor, rth, ehabkost, crosa
  Cc: Ahmed Karaman

Hi,

This series adds the two new scripts introduced in report 4 of the
"TCG Continuous Benchmarking" GSoC project.

"list_fn_callees.py" is used for printing the callees of a given list
of QEMU functions.

"list_helpers.py" is used for printing the executed helpers of a QEMU
invocation.

To learn more about how the scripts work and how they can be used for
analyzing the performance of different targets, please check the
"Listing QEMU Helpers and Function Callees" report.

Report link:
https://lists.nongnu.org/archive/html/qemu-devel/2020-07/msg04227.html

Best regards,
Ahmed Karaman

Ahmed Karaman (2):
  scripts/performance: Add list_fn_callees.py script
  scripts/performance: Add list_helpers.py script

 scripts/performance/list_fn_callees.py | 228 +++++++++++++++++++++++++
 scripts/performance/list_helpers.py    | 207 ++++++++++++++++++++++
 2 files changed, 435 insertions(+)
 create mode 100755 scripts/performance/list_fn_callees.py
 create mode 100755 scripts/performance/list_helpers.py

-- 
2.17.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-14 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14 16:41 [PATCH 0/2] Add list_fn_callees.py and list_helpers.py scripts Ahmed Karaman
2020-07-14 16:41 ` [PATCH 1/2] scripts/performance: Add list_fn_callees.py script Ahmed Karaman
2020-07-14 16:41 ` [PATCH 2/2] scripts/performance: Add list_helpers.py script Ahmed Karaman
2020-07-14 17:25 ` [PATCH 0/2] Add list_fn_callees.py and list_helpers.py scripts no-reply

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).