On Wed, Apr 27, 2016 at 05:42:48PM +0200, Bernd Schmidt wrote:
> On 03/28/2016 06:44 AM, Andi Kleen wrote:
> >This patch adds a new gcc-auto-profile script that figures out the
> >correct event and runs perf. The script is installed with on Linux systems.
>
> That sounds useful, and I think we'll
On 03/28/2016 06:44 AM, Andi Kleen wrote:
This patch adds a new gcc-auto-profile script that figures out the
correct event and runs perf. The script is installed with on Linux systems.
That sounds useful, and I think we'll want to accept this.
So Linux just hardcodes installing the script, bu
Andi Kleen writes:
Ping^3 for the patch series!
> Andi Kleen writes:
>
> Ping^2 for the patch series!
>
>> Andi Kleen writes:
>>
>> Ping for the patch series!
>>
>>> From: Andi Kleen
>>>
>>> Using autofdo is currently something difficult. It requires using the
>>> model specific branches take
Andi Kleen writes:
Ping^2 for the patch series!
> Andi Kleen writes:
>
> Ping for the patch series!
>
>> From: Andi Kleen
>>
>> Using autofdo is currently something difficult. It requires using the
>> model specific branches taken event, which differs on different CPUs.
>> The example shown in
Andi Kleen writes:
Ping for the patch series!
> From: Andi Kleen
>
> Using autofdo is currently something difficult. It requires using the
> model specific branches taken event, which differs on different CPUs.
> The example shown in the manual requires a special patched version of
> perf that
On Wed, Mar 30, 2016 at 06:05:00PM +, Joseph Myers wrote:
> On Sun, 27 Mar 2016, Andi Kleen wrote:
>
> > 2016-03-27 Andi Kleen
> >
> > * gen_autofdo_event.py: New file to regenerate
> > gcc-auto-profile.
>
> It may not be required in contrib, but does this script work with both
>
On Sun, 27 Mar 2016, Andi Kleen wrote:
> 2016-03-27 Andi Kleen
>
> * gen_autofdo_event.py: New file to regenerate
> gcc-auto-profile.
It may not be required in contrib, but does this script work with both
Python 2 and Python 3? (New code that only works with Python 2 seems like