This patch allows specifying a per event sampling period or frequency.
Up until now, the same sampling period or frequency was applied to all
the events specified on the command line of perf record. A sampling
period depends on the event, thus it is necessary to specify it per event.
The per-even
> 2010/11/22 :
>> hi,
>>
>> I am writing my own app using the libpfm 3.10 API (interface v2.x) on a
>> X86 system.
>>
>> I setup a sampling context for the target-process to sample every 1
>> million insts retired. Traditionally, I should wait for the buffer
>> overflow message and process with th
On Tue, 2010-11-23 at 12:33 +0100, Stephane Eranian wrote:
>
> Forgot to say, that the reason I did it thru -c and -F was to maintain
> backward compatibility.
Right, we could keep the existing parameters to mean default values for
those events that didn't specify anything.
On Tue, Nov 23, 2010 at 12:33 PM, Stephane Eranian wrote:
> On Tue, Nov 23, 2010 at 12:11 PM, Peter Zijlstra wrote:
>> On Tue, 2010-11-23 at 11:45 +0200, Stephane Eranian wrote:
>>> This patch allows specifying a per event sampling period or frequency.
>>> Up until now, the same sampling period o
On Tue, Nov 23, 2010 at 12:11 PM, Peter Zijlstra wrote:
> On Tue, 2010-11-23 at 11:45 +0200, Stephane Eranian wrote:
>> This patch allows specifying a per event sampling period or frequency.
>> Up until now, the same sampling period or frequency was applied to all
>> the events specified on the co
On Tue, 2010-11-23 at 11:45 +0200, Stephane Eranian wrote:
> This patch allows specifying a per event sampling period or frequency.
> Up until now, the same sampling period or frequency was applied to all
> the events specified on the command line of perf record. A sampling
> period depends on the
This patch allows specifying a per event sampling period or frequency.
Up until now, the same sampling period or frequency was applied to all
the events specified on the command line of perf record. A sampling
period depends on the event, thus it is necessary to specify it per event.
With this pa
2010/11/22 :
> hi,
>
> I am writing my own app using the libpfm 3.10 API (interface v2.x) on a
> X86 system.
>
> I setup a sampling context for the target-process to sample every 1
> million insts retired. Traditionally, I should wait for the buffer
> overflow message and process with the sampling