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

2020-07-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200714164156.9353-1-ahmedkhaledkara...@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-ahmedkhaledkara...@gmail.com Subject: [PATCH 0/2] Add

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

2020-07-14 Thread 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