Re: [Qemu-devel] [PATCH 0/3] Collecting TB Execution Frequency

2019-06-17 Thread Alex Bennée
vandersonmr writes: > This is the first series of patches related to the TCGCodeQuality GSoC project > More at https://wiki.qemu.org/Features/TCGCodeQuality > > It adds an option to instrument TBs and collects their execution frequency. > The execution frequency is then store/accumulated in an

Re: [Qemu-devel] [PATCH 0/3] Collecting TB Execution Frequency

2019-06-17 Thread Alex Bennée
vandersonmr writes: > This is the first series of patches related to the TCGCodeQuality GSoC project > More at https://wiki.qemu.org/Features/TCGCodeQuality > > It adds an option to instrument TBs and collects their execution frequency. > The execution frequency is then store/accumulated in an

Re: [Qemu-devel] [PATCH 0/3] Collecting TB Execution Frequency

2019-06-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190614135332.12777-1-vanderson...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH 0/3] Collecting TB Execution Frequency Type: series Message-id

[Qemu-devel] [PATCH 0/3] Collecting TB Execution Frequency

2019-06-14 Thread vandersonmr
This is the first series of patches related to the TCGCodeQuality GSoC project More at https://wiki.qemu.org/Features/TCGCodeQuality It adds an option to instrument TBs and collects their execution frequency. The execution frequency is then store/accumulated in an auxiliary structure every time a