Re: [GIT PULL] Create a workload generator tool

2014-08-26 Thread Juri Lelli
Hi Vincent, On 26/08/14 12:11, Vincent Guittot wrote: > Hi Juri, > > As Amit explains, the coming weeks will be quite busy but i will > reorder the patchset as soon as i find available time. > No problem. Thanks, - Juri > Regards, > Vincent > > On 7 August 2014 16:57, Juri Lelli wrote: >>

Re: [GIT PULL] Create a workload generator tool

2014-08-26 Thread Vincent Guittot
Hi Juri, As Amit explains, the coming weeks will be quite busy but i will reorder the patchset as soon as i find available time. Regards, Vincent On 7 August 2014 16:57, Juri Lelli wrote: > Hi Amit, > > On 06/08/14 12:35, Amit Kucheria wrote: >> Hi Juri, >> >> On Wed, Aug 6, 2014 at 3:38 PM, Ju

[PATCH] idlestate: Allocate struct cpufreq_pstate dynamically

2014-08-26 Thread pi-cheng.chen
When using intel_pstate driver, "scaling_available_freqs" attr is not exported to sysfs. It causes assertion of idlestat due to memory of struct cpufreq_pstate was not allocated. Allocate struct cpufreq_pstate dynamically when getting frequency information from trace file instead of parsing avai