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

Ahmed Karaman posted 2 patches 3 years, 9 months ago
Test checkpatch failed
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/20200714164156.9353-1-ahmedkhaledkaraman@gmail.com
Maintainers: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
There is a newer version of this series
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 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

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


Re: [PATCH 0/2] Add list_fn_callees.py and list_helpers.py scripts
Posted by no-reply@patchew.org 3 years, 9 months ago
Patchew URL: https://patchew.org/QEMU/20200714164156.9353-1-ahmedkhaledkaraman@gmail.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Type: series
Message-id: 20200714164156.9353-1-ahmedkhaledkaraman@gmail.com
Subject: [PATCH 0/2] Add list_fn_callees.py and list_helpers.py scripts

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

From https://github.com/patchew-project/qemu
   1a53dfe..beff47a  master     -> master
Switched to a new branch 'test'
f9644e8 scripts/performance: Add list_helpers.py script
aa66eb0 scripts/performance: Add list_fn_callees.py script

=== OUTPUT BEGIN ===
1/2 Checking commit aa66eb05dbfb (scripts/performance: Add list_fn_callees.py script)
ERROR: Missing Signed-off-by: line(s)

total: 1 errors, 0 warnings, 228 lines checked

Patch 1/2 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

2/2 Checking commit f9644e83658f (scripts/performance: Add list_helpers.py script)
ERROR: Missing Signed-off-by: line(s)

total: 1 errors, 0 warnings, 207 lines checked

Patch 2/2 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20200714164156.9353-1-ahmedkhaledkaraman@gmail.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com