[PATCH v2 0/2] Add list_fn_callees.py and list_helpers.py scripts

Ahmed Karaman posted 2 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200716103921.6605-1-ahmedkhaledkaraman@gmail.com
Maintainers: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
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
[PATCH v2 0/2] Add list_fn_callees.py and list_helpers.py scripts
Posted by Ahmed Karaman 3 years, 9 months ago
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

v1->v2:
- Indent script example output in commit message to pass the "Test checkpatch"
  on patchew.

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