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