On 6/22/2011 10:12 PM, Amit Daniel Kachhap wrote:
lock_depth field is removed from the power frequency events in the
new linux kernel(2.6.38 onwards). So this creates issue to retrieve
the lower members of the trace data. To fix this problem 2 separate
structures are created and their use depends
On 23 June 2011 10:41, Arjan van de Ven wrote:
> On 6/22/2011 10:12 PM, Amit Daniel Kachhap wrote:
>>
>> lock_depth field is removed from the power frequency events in the
>> new linux kernel(2.6.38 onwards). So this creates issue to retrieve
>> the lower members of the trace data. To fix this pro
lock_depth field is removed from the power frequency events in the
new linux kernel(2.6.38 onwards). So this creates issue to retrieve
the lower members of the trace data. To fix this problem 2 separate
structures are created and their use depends upon the format of the
power_frequency events. Thes